OAuthException.errorUri

class OAuthException
@property const nothrow @safe @nogc
string
errorUri
()

Return Value

Type: string

a URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error. Returns null if either the server did not return an error URI, or this exception was raised due to a client side error condition.

Meta