Derive Macro oasis_contract_sdk::Error

#[derive(Error)]
{
    // Attributes available to this derive:
    #[sdk_error]
    #[source]
    #[from]
}
Expand description

Derives the Error trait on an enum.