Enum controller::errors::OperatorError
source · pub enum OperatorError {
IngressRouteTCPName,
IngressRouteError,
IngressRouteTcpError,
KubeErr(Error),
ValueError(ValueError),
}
Variants§
Trait Implementations§
source§impl Debug for OperatorError
impl Debug for OperatorError
source§impl Display for OperatorError
impl Display for OperatorError
source§impl Error for OperatorError
impl Error for OperatorError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 From<Error> for OperatorError
impl From<Error> for OperatorError
source§impl From<ValueError> for OperatorError
impl From<ValueError> for OperatorError
source§fn from(source: ValueError) -> Self
fn from(source: ValueError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for OperatorError
impl Send for OperatorError
impl Sync for OperatorError
impl Unpin for OperatorError
impl !UnwindSafe for OperatorError
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