errors.pbjson.dart 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. ///
  2. // Generated code. Do not modify.
  3. // source: errors.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
  7. import 'dart:core' as $core;
  8. import 'dart:convert' as $convert;
  9. import 'dart:typed_data' as $typed_data;
  10. @$core.Deprecated('Use errorCodeDescriptor instead')
  11. const ErrorCode$json = const {
  12. '1': 'ErrorCode',
  13. '2': const [
  14. const {'1': 'InternalError', '2': 0},
  15. ],
  16. };
  17. /// Descriptor for `ErrorCode`. Decode as a `google.protobuf.EnumDescriptorProto`.
  18. final $typed_data.Uint8List errorCodeDescriptor = $convert.base64Decode('CglFcnJvckNvZGUSEQoNSW50ZXJuYWxFcnJvchAA');
  19. @$core.Deprecated('Use wsErrorDescriptor instead')
  20. const WsError$json = const {
  21. '1': 'WsError',
  22. '2': const [
  23. const {'1': 'code', '3': 1, '4': 1, '5': 14, '6': '.ErrorCode', '10': 'code'},
  24. const {'1': 'msg', '3': 2, '4': 1, '5': 9, '10': 'msg'},
  25. ],
  26. };
  27. /// Descriptor for `WsError`. Decode as a `google.protobuf.DescriptorProto`.
  28. final $typed_data.Uint8List wsErrorDescriptor = $convert.base64Decode('CgdXc0Vycm9yEh4KBGNvZGUYASABKA4yCi5FcnJvckNvZGVSBGNvZGUSEAoDbXNnGAIgASgJUgNtc2c=');