rpcErrorCode property

  1. @JsonKey(includeFromJson: false)
int rpcErrorCode
getter/setter pair

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;