ErrCode.cs 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: pb/ErrCode.proto
  3. #pragma warning disable 1591, 0612, 3021
  4. #region Designer generated code
  5. using pb = global::Google.Protobuf;
  6. using pbc = global::Google.Protobuf.Collections;
  7. using pbr = global::Google.Protobuf.Reflection;
  8. using scg = global::System.Collections.Generic;
  9. /// <summary>Holder for reflection information generated from pb/ErrCode.proto</summary>
  10. public static partial class ErrCodeReflection {
  11. #region Descriptor
  12. /// <summary>File descriptor for pb/ErrCode.proto</summary>
  13. public static pbr::FileDescriptor Descriptor {
  14. get { return descriptor; }
  15. }
  16. private static pbr::FileDescriptor descriptor;
  17. static ErrCodeReflection() {
  18. byte[] descriptorData = global::System.Convert.FromBase64String(
  19. string.Concat(
  20. "ChBwYi9FcnJDb2RlLnByb3RvKiMKB0VyckNvZGUSBgoCb2sQABIQCgxPcE5v",
  21. "dEFsbG93ZWQQAWIGcHJvdG8z"));
  22. descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
  23. new pbr::FileDescriptor[] { },
  24. new pbr::GeneratedClrTypeInfo(new[] {typeof(global::ErrCode), }, null));
  25. }
  26. #endregion
  27. }
  28. #region Enums
  29. public enum ErrCode {
  30. [pbr::OriginalName("ok")] Ok = 0,
  31. [pbr::OriginalName("OpNotAllowed")] OpNotAllowed = 1,
  32. }
  33. #endregion
  34. #endregion Designer generated code