pub enum WparseReason {
Plugin(String),
NotMatch,
LineProc(String),
Uvs(UnifiedReason),
}Variants§
Implementations§
Source§impl WparseReason
impl WparseReason
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 Clone for WparseReason
impl Clone for WparseReason
Source§fn clone(&self) -> WparseReason
fn clone(&self) -> WparseReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WparseReason
impl Debug for WparseReason
Source§impl Display for WparseReason
impl Display for WparseReason
Source§impl ErrorCode for WparseReason
impl ErrorCode for WparseReason
fn error_code(&self) -> i32
Source§impl ErrorIdentityProvider for WparseReason
impl ErrorIdentityProvider for WparseReason
fn stable_code(&self) -> &'static str
fn error_category(&self) -> ErrorCategory
Source§impl From<String> for WparseReason
impl From<String> for WparseReason
Source§impl From<UnifiedReason> for WparseReason
impl From<UnifiedReason> for WparseReason
Source§fn from(value: UnifiedReason) -> Self
fn from(value: UnifiedReason) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WparseReason
impl PartialEq for WparseReason
Source§impl Serialize for WparseReason
impl Serialize for WparseReason
impl DomainReason for WparseReason
impl StructuralPartialEq for WparseReason
Auto Trait Implementations§
impl Freeze for WparseReason
impl RefUnwindSafe for WparseReason
impl Send for WparseReason
impl Sync for WparseReason
impl Unpin for WparseReason
impl UnsafeUnpin for WparseReason
impl UnwindSafe for WparseReason
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