Enum cw20_base::ContractError [−][src]
pub enum ContractError {
Std(StdError),
Unauthorized {},
CannotSetOwnAccount {},
InvalidZeroAmount {},
Expired {},
NoAllowance {},
CannotExceedCap {},
LogoTooBig {},
InvalidXmlPreamble {},
InvalidPngHeader {},
}Variants
Std(StdError)Tuple Fields of Std
0: StdErrorFields of Unauthorized
Fields of CannotSetOwnAccount
Fields of InvalidZeroAmount
Fields of Expired
Fields of NoAllowance
Fields of CannotExceedCap
Fields of LogoTooBig
Fields of InvalidXmlPreamble
Fields of InvalidPngHeader
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.