// Generated by the protocol buffer compiler. DO NOT EDIT! // source: pb/ErrCode.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; /// Holder for reflection information generated from pb/ErrCode.proto public static partial class ErrCodeReflection { #region Descriptor /// File descriptor for pb/ErrCode.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ErrCodeReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChBwYi9FcnJDb2RlLnByb3RvKiMKB0VyckNvZGUSBgoCb2sQABIQCgxPcE5v", "dEFsbG93ZWQQAUIFWgMvcGJiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::ErrCode), }, null)); } #endregion } #region Enums public enum ErrCode { [pbr::OriginalName("ok")] Ok = 0, [pbr::OriginalName("OpNotAllowed")] OpNotAllowed = 1, } #endregion #endregion Designer generated code