Function OAuthException.errorUri

string errorUri() nothrow @property @nogc @safe const;

Returns

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.