()
| 79 | } |
| 80 | |
| 81 | func (x RpcError_ErrorCode) String() string { |
| 82 | return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| 83 | } |
| 84 | |
| 85 | func (RpcError_ErrorCode) Descriptor() protoreflect.EnumDescriptor { |
| 86 | return file_remote_api_proto_enumTypes[0].Descriptor() |
nothing calls this directly
no test coverage detected