Enum aliyun_oss_client::errors::OssError
source · #[non_exhaustive]
pub enum OssError {
}Expand description
内置的 Error 集合
Implementations§
Trait Implementations§
source§impl Error for OssError
impl Error for OssError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<BuildInItemError> for OssError
impl From<BuildInItemError> for OssError
source§fn from(source: BuildInItemError) -> Self
fn from(source: BuildInItemError) -> Self
Converts to this type from the input type.
source§impl From<ExtractItemError> for OssError
impl From<ExtractItemError> for OssError
source§fn from(source: ExtractItemError) -> Self
fn from(source: ExtractItemError) -> Self
Converts to this type from the input type.
source§impl From<ExtractListError> for OssError
impl From<ExtractListError> for OssError
source§fn from(source: ExtractListError) -> Self
fn from(source: ExtractListError) -> Self
Converts to this type from the input type.
source§impl From<InvalidBucketName> for OssError
impl From<InvalidBucketName> for OssError
source§fn from(source: InvalidBucketName) -> Self
fn from(source: InvalidBucketName) -> Self
Converts to this type from the input type.
source§impl From<InvalidConfig> for OssError
impl From<InvalidConfig> for OssError
source§fn from(source: InvalidConfig) -> Self
fn from(source: InvalidConfig) -> Self
Converts to this type from the input type.
source§impl From<InvalidEndPoint> for OssError
impl From<InvalidEndPoint> for OssError
source§fn from(source: InvalidEndPoint) -> Self
fn from(source: InvalidEndPoint) -> Self
Converts to this type from the input type.
source§impl From<InvalidHeaderValue> for OssError
impl From<InvalidHeaderValue> for OssError
source§fn from(source: InvalidHeaderValue) -> Self
fn from(source: InvalidHeaderValue) -> Self
Converts to this type from the input type.
source§impl From<InvalidObjectDir> for OssError
impl From<InvalidObjectDir> for OssError
source§fn from(source: InvalidObjectDir) -> Self
fn from(source: InvalidObjectDir) -> Self
Converts to this type from the input type.
source§impl From<InvalidObjectPath> for OssError
impl From<InvalidObjectPath> for OssError
source§fn from(source: InvalidObjectPath) -> Self
fn from(source: InvalidObjectPath) -> Self
Converts to this type from the input type.
source§impl From<OssService> for OssError
impl From<OssService> for OssError
source§fn from(source: OssService) -> Self
fn from(source: OssService) -> Self
Converts to this type from the input type.
source§impl From<ParseError> for OssError
impl From<ParseError> for OssError
source§fn from(source: ParseError) -> Self
fn from(source: ParseError) -> Self
Converts to this type from the input type.
source§impl From<ParseIntError> for OssError
impl From<ParseIntError> for OssError
source§fn from(source: ParseIntError) -> Self
fn from(source: ParseIntError) -> Self
Converts to this type from the input type.
source§impl From<ToStrError> for OssError
impl From<ToStrError> for OssError
source§fn from(source: ToStrError) -> Self
fn from(source: ToStrError) -> Self
Converts to this type from the input type.
source§impl<T: PointerFamily> RefineBucket<OssError> for Bucket<T>
impl<T: PointerFamily> RefineBucket<OssError> for Bucket<T>
source§impl<T: PointerFamily, Item: RefineBucket<E>, E: ItemError> RefineBucketList<Item, OssError, E> for ListBuckets<T, Item, E>
impl<T: PointerFamily, Item: RefineBucket<E>, E: ItemError> RefineBucketList<Item, OssError, E> for ListBuckets<T, Item, E>
source§impl<P: PointerFamily, Item: RefineObject<E>, E: ItemError> RefineObjectList<Item, OssError, E> for ObjectList<P, Item, E>
impl<P: PointerFamily, Item: RefineObject<E>, E: ItemError> RefineObjectList<Item, OssError, E> for ObjectList<P, Item, E>
source§fn set_next_continuation_token(
&mut self,
token: Option<&str>
) -> Result<(), OssError>
fn set_next_continuation_token( &mut self, token: Option<&str> ) -> Result<(), OssError>
👎Deprecated since 0.12.0: Option is redundant, replace with set_next_continuation_token_str
提取翻页信息,有下一页,返回 Some, 否则返回 None