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.