Enum onedrive_api::error::ErrorKind [−][src]
pub enum ErrorKind {
ClientError,
ServerError,
RequestError,
}Variants
ClientErrorHTTP client error (4xx). Caused by invalid request.
See response field of Error for detail.
ServerErrorHTTP server error (5xx). Caused by server invernal error.
RequestErrorOther error from reqwest or serializiation.
Including network error, invalid response format, etc.