RPCException class

Implemented types

Constructors

RPCException({required int errorCode, required String errorMsg, required String method, required List params})

Properties

errorCode int
getter/setter pair
errorCodes Map<int, String>
getter/setter pair
errorMsg String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
no setter
method String
getter/setter pair
params List
getter/setter pair
rpcError String?
no setter
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