serial class %OAuth2.Error
extends %SerialObject
Represents an error in OAuth 2.0
property Error
as %String(MAXLEN=1024);
The error type.
property ErrorDescription
as %String(MAXLEN=2048);
The optional long error description.
property ErrorUri
as %String(MAXLEN=1024);
The optional URI for more error detail.
method AsString()
as %String
Return a string representing this object