()
| 1071 | } |
| 1072 | |
| 1073 | func (x ValidationError_Code) String() string { |
| 1074 | return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| 1075 | } |
| 1076 | |
| 1077 | func (ValidationError_Code) Descriptor() protoreflect.EnumDescriptor { |
| 1078 | return file_validator_proto_enumTypes[10].Descriptor() |
nothing calls this directly
no test coverage detected