Enum odra_modules::erc721::extensions::erc721_metadata::errors::Error
source · pub enum Error {
NameNotSet = 31_000,
SymbolNotSet = 31_001,
BaseUriNotSet = 31_002,
}Expand description
Possible errors in the context of Erc721 metadata.
Variants§
NameNotSet = 31_000
The name is not set.
SymbolNotSet = 31_001
The symbol is not set.
BaseUriNotSet = 31_002
The base URI is not set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
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