Skip to main content

%OAuth2.Error

serial class %OAuth2.Error extends %Library.SerialObject

Represents an error in OAuth 2.0

Property Inventory

Method Inventory

Properties

property Error as %String (MAXLEN = 1024);
The error type.
Property methods: ErrorDisplayToLogical(), ErrorGet(), ErrorIsValid(), ErrorLogicalToDisplay(), ErrorLogicalToOdbc(), ErrorNormalize(), ErrorSet()
property ErrorDescription as %String (MAXLEN = 2048);
The optional long error description.
Property methods: ErrorDescriptionDisplayToLogical(), ErrorDescriptionGet(), ErrorDescriptionIsValid(), ErrorDescriptionLogicalToDisplay(), ErrorDescriptionLogicalToOdbc(), ErrorDescriptionNormalize(), ErrorDescriptionSet()
property ErrorUri as %String (MAXLEN = 1024);
The optional URI for more error detail.
Property methods: ErrorUriDisplayToLogical(), ErrorUriGet(), ErrorUriIsValid(), ErrorUriLogicalToDisplay(), ErrorUriLogicalToOdbc(), ErrorUriNormalize(), ErrorUriSet()

Methods

method AsString() as %String
Return a string representing this object

Inherited Members

Inherited Methods

FeedbackOpens in a new tab