pub enum ListOrganizationsError {
InvalidParameter(String),
}Expand description
Errors returned by ListOrganizations
Variants§
InvalidParameter(String)
One or more of the input parameters don't match the service's restrictions.
Implementations§
Source§impl ListOrganizationsError
impl ListOrganizationsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<ListOrganizationsError>
Trait Implementations§
Source§impl Debug for ListOrganizationsError
impl Debug for ListOrganizationsError
Source§impl Display for ListOrganizationsError
impl Display for ListOrganizationsError
Source§impl Error for ListOrganizationsError
impl Error for ListOrganizationsError
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 ListOrganizationsError
impl PartialEq for ListOrganizationsError
impl StructuralPartialEq for ListOrganizationsError
Auto Trait Implementations§
impl Freeze for ListOrganizationsError
impl RefUnwindSafe for ListOrganizationsError
impl Send for ListOrganizationsError
impl Sync for ListOrganizationsError
impl Unpin for ListOrganizationsError
impl UnwindSafe for ListOrganizationsError
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