rpcError property

String? rpcError

Implementation

String? get rpcError {
  return errorCodes[errorCode];
}