pub enum DescribeSessionsError {
InvalidParameterCombination(String),
}
Expand description
Errors returned by DescribeSessions
Variants§
InvalidParameterCombination(String)
Indicates an incorrect combination of parameters, or a missing parameter.
Implementations§
Source§impl DescribeSessionsError
impl DescribeSessionsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DescribeSessionsError>
Trait Implementations§
Source§impl Debug for DescribeSessionsError
impl Debug for DescribeSessionsError
Source§impl Display for DescribeSessionsError
impl Display for DescribeSessionsError
Source§impl Error for DescribeSessionsError
impl Error for DescribeSessionsError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 PartialEq for DescribeSessionsError
impl PartialEq for DescribeSessionsError
impl StructuralPartialEq for DescribeSessionsError
Auto Trait Implementations§
impl Freeze for DescribeSessionsError
impl RefUnwindSafe for DescribeSessionsError
impl Send for DescribeSessionsError
impl Sync for DescribeSessionsError
impl Unpin for DescribeSessionsError
impl UnwindSafe for DescribeSessionsError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more