Deprecated: Do not use.
(b []byte)
| 616 | |
| 617 | // Deprecated: Do not use. |
| 618 | func (x *ErrorCategory_Code) UnmarshalJSON(b []byte) error { |
| 619 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 620 | if err != nil { |
| 621 | return err |
| 622 | } |
| 623 | *x = ErrorCategory_Code(num) |
| 624 | return nil |
| 625 | } |
| 626 | |
| 627 | // Deprecated: Use ErrorCategory_Code.Descriptor instead. |
| 628 | func (ErrorCategory_Code) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected