CallException class

The possible system errors when calling a Canister.

Implemented types

Constructors

CallException({required BigInt reject_code, required String reject_message, String? error_code})

Properties

error_code String?
internetcomputer.org/docs/current/references/ic-interface-spec/#error-codes
final
hashCode int
The hash code for this object.
no setterinherited
reject_code BigInt
internetcomputer.org/docs/current/references/ic-interface-spec/#reject-codes
final
reject_message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited