usecosmwasm_std::StdError;usethiserror::Error;#[derive(Error, PartialEq, Debug)]pubenumContractError{#[error("{0}")]
Std(#[from] StdError),#[error("Unauthorized")]
Unauthorized {},// Add any other custom errors you like here.
// Look at https://docs.rs/thiserror/1.0.21/thiserror/ for details.
}