pub enum ListTargetsError {
InvalidNextToken(String),
}
Expand description
Errors returned by ListTargets
Variants§
InvalidNextToken(String)
The value for the enumeration token used in the request to return the next batch of the results is not valid.
Implementations§
Source§impl ListTargetsError
impl ListTargetsError
pub fn from_response(res: BufferedHttpResponse) -> RusotoError<ListTargetsError>
Trait Implementations§
Source§impl Debug for ListTargetsError
impl Debug for ListTargetsError
Source§impl Display for ListTargetsError
impl Display for ListTargetsError
Source§impl Error for ListTargetsError
impl Error for ListTargetsError
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 ListTargetsError
impl PartialEq for ListTargetsError
impl StructuralPartialEq for ListTargetsError
Auto Trait Implementations§
impl Freeze for ListTargetsError
impl RefUnwindSafe for ListTargetsError
impl Send for ListTargetsError
impl Sync for ListTargetsError
impl Unpin for ListTargetsError
impl UnwindSafe for ListTargetsError
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