rpcErrorCode property
The error code as received from the RPC call. Can be used to ascertain the type of the error received to allow correct type casting.
Implementation
@JsonKey(includeFromJson: false)
int rpcErrorCode = unknown;
The error code as received from the RPC call. Can be used to ascertain the type of the error received to allow correct type casting.
@JsonKey(includeFromJson: false)
int rpcErrorCode = unknown;