pub enum ListTablesError {
InternalServerError(String),
}
Expand description
Errors returned by ListTables
Variants§
Implementations§
Source§impl ListTablesError
impl ListTablesError
pub fn from_response(res: BufferedHttpResponse) -> RusotoError<ListTablesError>
Trait Implementations§
Source§impl Debug for ListTablesError
impl Debug for ListTablesError
Source§impl Display for ListTablesError
impl Display for ListTablesError
Source§impl Error for ListTablesError
impl Error for ListTablesError
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 ListTablesError
impl PartialEq for ListTablesError
impl StructuralPartialEq for ListTablesError
Auto Trait Implementations§
impl Freeze for ListTablesError
impl RefUnwindSafe for ListTablesError
impl Send for ListTablesError
impl Sync for ListTablesError
impl Unpin for ListTablesError
impl UnwindSafe for ListTablesError
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