Module error

Source
Expand description

§Error definitions

Functions§

duplicated_code_id
Creates an instance of the error for duplicated contract code identifier.
duplicated_contract_address
Creates an instance of the error for duplicated contract addresses.
empty_attribute_key
Creates an instance of the error for empty attribute key.
event_type_too_short
Creates an instance of the error for too short event types.
invalid_code_id
Creates an instance of the error for invalid contract code identifier.
no_more_code_id_available
Creates an instance of the error for exhausted contract code identifiers.
reserved_attribute_key
Creates an instance of the error when reserved attribute key was used.
unregistered_code_id
Creates an instance of the error for unregistered contract code identifier.
unsupported_wasm_message
Creates an instance of the error for unsupported wasm messages.
unsupported_wasm_query
Creates an instance of the error for unsupported wasm queries.