Enum gcs_rsync::storage::Error [−][src]
pub enum Error {
GcsTokenError(Error),
GcsHttpError(Error),
GcsUnexpectedResponse(Value),
GcsPartialResponseError(String),
GcsInvalidUrl {
url: String,
message: String,
},
GcsInvalidObjectName,
GcsResourceNotFound {
url: String,
},
}Variants
GcsTokenError(Error)Tuple Fields of GcsTokenError
0: ErrorGcsHttpError(Error)Tuple Fields of GcsHttpError
0: ErrorGcsUnexpectedResponse(Value)Tuple Fields of GcsUnexpectedResponse
0: ValueGcsPartialResponseError(String)Tuple Fields of GcsPartialResponseError
0: StringFields of GcsResourceNotFound
url: StringTrait 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