Deprecated: Do not use.
(b []byte)
| 1088 | |
| 1089 | // Deprecated: Do not use. |
| 1090 | func (x *ValidationError_Code) UnmarshalJSON(b []byte) error { |
| 1091 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 1092 | if err != nil { |
| 1093 | return err |
| 1094 | } |
| 1095 | *x = ValidationError_Code(num) |
| 1096 | return nil |
| 1097 | } |
| 1098 | |
| 1099 | // Deprecated: Use ValidationError_Code.Descriptor instead. |
| 1100 | func (ValidationError_Code) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected