Struct inth_oauth2::error::OAuth2Error
[−]
[src]
pub struct OAuth2Error { pub code: OAuth2ErrorCode, pub description: Option<String>, pub uri: Option<String>, }
OAuth 2.0 error.
Fields
code | Error code. |
description | Human-readable text providing additional information about the error. |
uri | A URI identifying a human-readable web page with information about the error. |