#[repr(u32)]pub enum CoreError {
API(API),
EraVM(EraVM),
ExecutionPlatform(ExecutionPlatform),
Sequencer(Sequencer),
}
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Core
impl<'de> Deserialize<'de> for Core
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Documented for Core
impl Documented for Core
type Documentation = &'static ErrorDocumentation
fn get_documentation( &self, ) -> Result<Option<Self::Documentation>, DocumentationError>
Source§impl Error for Core
impl Error for Core
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 From<Core> for ZksyncError
impl From<Core> for ZksyncError
Source§impl From<ExecutionPlatform> for Core
impl From<ExecutionPlatform> for Core
Source§fn from(val: ExecutionPlatform) -> Self
fn from(val: ExecutionPlatform) -> Self
Converts to this type from the input type.
Source§impl ICustomError<ZksyncError, ZksyncError> for Core
impl ICustomError<ZksyncError, ZksyncError> for Core
fn to_unified(&self) -> ZksyncError
impl Eq for Core
impl StructuralPartialEq for Core
Auto Trait Implementations§
impl Freeze for Core
impl RefUnwindSafe for Core
impl Send for Core
impl Sync for Core
impl Unpin for Core
impl UnwindSafe for Core
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