pub enum RunReason {
Dist(DistFocus),
Source(SourceFocus),
Uvs(UnifiedReason),
}Variants§
Implementations§
Source§impl RunReason
impl RunReason
pub fn core_conf() -> Self
pub fn feature_conf() -> Self
pub fn dynamic_conf() -> Self
pub fn validation_error() -> Self
pub fn business_error() -> Self
pub fn rule_error() -> Self
pub fn not_found_error() -> Self
pub fn permission_error() -> Self
pub fn data_error() -> Self
pub fn system_error() -> Self
pub fn network_error() -> Self
pub fn resource_error() -> Self
pub fn timeout_error() -> Self
pub fn external_error() -> Self
pub fn logic_error() -> Self
Trait Implementations§
Source§impl ErrorIdentityProvider for RunReason
impl ErrorIdentityProvider for RunReason
fn stable_code(&self) -> &'static str
fn error_category(&self) -> ErrorCategory
Source§impl From<ConfIOReason> for RunReason
impl From<ConfIOReason> for RunReason
Source§fn from(value: ConfIOReason) -> Self
fn from(value: ConfIOReason) -> Self
Converts to this type from the input type.
Source§impl From<ConfReason<ConfCore>> for RunReason
impl From<ConfReason<ConfCore>> for RunReason
Source§fn from(_: ConfReason<ConfCore>) -> Self
fn from(_: ConfReason<ConfCore>) -> Self
Converts to this type from the input type.
Source§impl From<OMLCodeReason> for RunReason
impl From<OMLCodeReason> for RunReason
Source§fn from(_: OMLCodeReason) -> Self
fn from(_: OMLCodeReason) -> Self
Converts to this type from the input type.
Source§impl From<OrionSecReason> for RunReason
impl From<OrionSecReason> for RunReason
Source§fn from(value: OrionSecReason) -> Self
fn from(value: OrionSecReason) -> Self
Converts to this type from the input type.
Source§impl From<SinkReason> for RunReason
impl From<SinkReason> for RunReason
Source§fn from(e: SinkReason) -> Self
fn from(e: SinkReason) -> Self
Converts to this type from the input type.
Source§impl From<SourceFocus> for RunReason
impl From<SourceFocus> for RunReason
Source§fn from(value: SourceFocus) -> Self
fn from(value: SourceFocus) -> Self
Converts to this type from the input type.
Source§impl From<SourceReason> for RunReason
impl From<SourceReason> for RunReason
Source§fn from(e: SourceReason) -> Self
fn from(e: SourceReason) -> Self
Converts to this type from the input type.
Source§impl From<UnifiedReason> for RunReason
impl From<UnifiedReason> for RunReason
Source§fn from(value: UnifiedReason) -> Self
fn from(value: UnifiedReason) -> Self
Converts to this type from the input type.
Source§impl SysErrorCode for RunReason
impl SysErrorCode for RunReason
impl DomainReason for RunReason
impl StructuralPartialEq for RunReason
Auto Trait Implementations§
impl Freeze for RunReason
impl RefUnwindSafe for RunReason
impl Send for RunReason
impl Sync for RunReason
impl Unpin for RunReason
impl UnsafeUnpin for RunReason
impl UnwindSafe for RunReason
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