ExecutionError$json top-level constant

  1. @Deprecated('Use executionErrorDescriptor instead')
Map<String, Object> const ExecutionError$json

Implementation

@$core.Deprecated('Use executionErrorDescriptor instead')
const ExecutionError$json = {
  '1': 'ExecutionError',
  '2': [
    {
      '1': 'description',
      '3': 1,
      '4': 1,
      '5': 9,
      '9': 1,
      '10': 'description',
      '17': true
    },
    {
      '1': 'command',
      '3': 2,
      '4': 1,
      '5': 4,
      '9': 2,
      '10': 'command',
      '17': true
    },
    {
      '1': 'kind',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.sui.rpc.v2.ExecutionError.ExecutionErrorKind',
      '9': 3,
      '10': 'kind',
      '17': true
    },
    {
      '1': 'abort',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.MoveAbort',
      '9': 0,
      '10': 'abort'
    },
    {
      '1': 'size_error',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.SizeError',
      '9': 0,
      '10': 'sizeError'
    },
    {
      '1': 'command_argument_error',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.CommandArgumentError',
      '9': 0,
      '10': 'commandArgumentError'
    },
    {
      '1': 'type_argument_error',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.TypeArgumentError',
      '9': 0,
      '10': 'typeArgumentError'
    },
    {
      '1': 'package_upgrade_error',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.PackageUpgradeError',
      '9': 0,
      '10': 'packageUpgradeError'
    },
    {
      '1': 'index_error',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.IndexError',
      '9': 0,
      '10': 'indexError'
    },
    {'1': 'object_id', '3': 10, '4': 1, '5': 9, '9': 0, '10': 'objectId'},
    {
      '1': 'coin_deny_list_error',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.CoinDenyListError',
      '9': 0,
      '10': 'coinDenyListError'
    },
    {
      '1': 'congested_objects',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.sui.rpc.v2.CongestedObjects',
      '9': 0,
      '10': 'congestedObjects'
    },
  ],
  '4': [ExecutionError_ExecutionErrorKind$json],
  '8': [
    {'1': 'error_details'},
    {'1': '_description'},
    {'1': '_command'},
    {'1': '_kind'},
  ],
};