Enum oss_sdk::errors::ObjectError [−][src]
pub enum ObjectError {
PutError {
msg: String,
},
GetError {
msg: String,
},
CopyError {
msg: String,
},
DeleteError {
msg: String,
},
}
Variants
Fields of PutError
msg: String
Fields of GetError
msg: String
Fields of CopyError
msg: String
Fields of DeleteError
msg: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectError
impl Send for ObjectError
impl Sync for ObjectError
impl Unpin for ObjectError
impl UnwindSafe for ObjectError
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