OAuthException

Exception type used to indicate OAuth error conditions.

Instances of this exception class should be created only by this module or classes derived from classes from this module.

Constructors

this
this(string msg, string file, size_t line, Throwable next)

Creates a new instance of OAuthException representing a client side error condition.

this
this(Json errorResponse, string file, size_t line, Throwable next)

Creates a new instance of OAuthException based on an error response from the authentication server.

Members

Functions

errorUri
string errorUri()
specErrCode
string specErrCode()

Meta