pub enum DescribeJobFlowsError {
InternalServerError(String),
}
Expand description
Errors returned by DescribeJobFlows
Variants§
InternalServerError(String)
Indicates that an error occurred while processing the request and that the request was not completed.
Implementations§
Source§impl DescribeJobFlowsError
impl DescribeJobFlowsError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DescribeJobFlowsError>
Trait Implementations§
Source§impl Debug for DescribeJobFlowsError
impl Debug for DescribeJobFlowsError
Source§impl Display for DescribeJobFlowsError
impl Display for DescribeJobFlowsError
Source§impl Error for DescribeJobFlowsError
impl Error for DescribeJobFlowsError
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 DescribeJobFlowsError
impl PartialEq for DescribeJobFlowsError
impl StructuralPartialEq for DescribeJobFlowsError
Auto Trait Implementations§
impl Freeze for DescribeJobFlowsError
impl RefUnwindSafe for DescribeJobFlowsError
impl Send for DescribeJobFlowsError
impl Sync for DescribeJobFlowsError
impl Unpin for DescribeJobFlowsError
impl UnwindSafe for DescribeJobFlowsError
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