Enum aliyun_oss_client::file::FileError
source · pub enum FileError {
// some variants omitted
}Expand description
文件模块的 Error 集合
Trait Implementations§
source§impl Error for FileError
impl Error for FileError
1.30.0 · 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<InvalidHeaderValue> for FileError
impl From<InvalidHeaderValue> for FileError
source§fn from(value: InvalidHeaderValue) -> Self
fn from(value: InvalidHeaderValue) -> Self
Converts to this type from the input type.
source§impl From<InvalidObjectPath> for FileError
impl From<InvalidObjectPath> for FileError
source§fn from(value: InvalidObjectPath) -> Self
fn from(value: InvalidObjectPath) -> Self
Converts to this type from the input type.
source§impl From<ToStrError> for FileError
impl From<ToStrError> for FileError
source§fn from(value: ToStrError) -> Self
fn from(value: ToStrError) -> Self
Converts to this type from the input type.