Enum gcs_rsync::oauth2::Error [−][src]
pub enum Error {
DeserializationError {
expected_type: String,
error: Error,
},
EnvVarError {
key: String,
error: VarError,
},
IoError {
path: PathBuf,
message: String,
error: Error,
},
HttpError(Error),
JWTError(Error),
MissingScope,
UnexpectedApiResponse {
expected_type: String,
json: Value,
},
}Variants
HttpError(Error)Tuple Fields of HttpError
0: ErrorJWTError(Error)Tuple Fields of JWTError
0: ErrorImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more