ErrorHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use errorHeaderDescriptor instead')
const ErrorHeader$json = {
  '1': 'ErrorHeader',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.ErrorId', '10': 'Id'},
    {'1': 'Message', '3': 2, '4': 1, '5': 9, '10': 'Message'},
    {'1': 'Subtitle', '3': 3, '4': 1, '5': 9, '10': 'Subtitle'},
    {
      '1': 'Timestamp',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Timestamp'
    },
    {'1': 'TraceIdentifier', '3': 5, '4': 1, '5': 9, '10': 'TraceIdentifier'},
    {'1': 'UserId', '3': 6, '4': 1, '5': 9, '10': 'UserId'},
  ],
};