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