Code of the error. This code is consistent with google.golang.org/genproto/googleapis/rpc/code and google.golang.org/grpc/codes.
()
| 92 | // Code of the error. |
| 93 | // This code is consistent with google.golang.org/genproto/googleapis/rpc/code and google.golang.org/grpc/codes. |
| 94 | func (d *Definition) Code() uint32 { |
| 95 | if d == nil { |
| 96 | return 0 |
| 97 | } |
| 98 | return d.code |
| 99 | } |
| 100 | |
| 101 | func (d *Definition) String() string { |
| 102 | if d == nil { |