Crate graph_error

Source
Expand description

Various errors used to implement the Graph API and OAuth clients for the graph-rs project See the project on GitHub.

Modules§

download
io_error

Structs§

ErrorMessage
ErrorStatus
An error resource included in the error response returned from Microsoft Graph.
InnerError

Enums§

AuthExecutionError
Error either from missing or invalid configuration using one of the identity platform clients or an error from the result of executing an http request using the identity platform clients.
AuthTaskExecutionError
AuthorizationFailure
Errors typically from missing or invalid configuration using one of the identity platform clients such as AuthorizationCodeCredential.
ErrorType
Microsoft Graph API specific errors and HTTP status codes
GraphFailure
GraphRsError
HttpResponseErrorMessage
WebViewDeviceCodeError
WebViewError

Type Aliases§

AF
AuthExecutionResult
AuthTaskExecutionResult
DeviceCodeWebViewResult
GraphResult
IdentityResult
WebViewResult