FFProjectError$json top-level constant

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

Implementation

@$core.Deprecated('Use fFProjectErrorDescriptor instead')
const FFProjectError$json = {
  '1': 'FFProjectError',
  '2': [
    {'1': 'type', '3': 1, '4': 1, '5': 9, '10': 'type'},
    {'1': 'message', '3': 2, '4': 1, '5': 9, '10': 'message'},
    {'1': 'node_key', '3': 3, '4': 1, '5': 9, '10': 'nodeKey'},
    {
      '1': 'action_info',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.common.FFProjectError.ActionInfo',
      '10': 'actionInfo'
    },
    {'1': 'is_warning', '3': 5, '4': 1, '5': 8, '10': 'isWarning'},
    {
      '1': 'serialized_item_identifier',
      '3': 6,
      '4': 1,
      '5': 9,
      '10': 'serializedItemIdentifier'
    },
    {
      '1': 'warning_config',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.common.FFProjectWarningConfig',
      '10': 'warningConfig'
    },
    {
      '1': 'on_tap_action_identifier',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.common.FFProjectError.OnTapActionIdentifier',
      '10': 'onTapActionIdentifier'
    },
  ],
  '3': [FFProjectError_ActionInfo$json],
  '4': [FFProjectError_OnTapActionIdentifier$json],
};