Code represents a fixed unique identifier of the error (usually used as translation key).
()
| 15 | type SafeErrorItem interface { |
| 16 | // Code represents a fixed unique identifier of the error (usually used as translation key). |
| 17 | Code() string |
| 18 | |
| 19 | // Error is the default English human readable error message that will be returned. |
| 20 | Error() string |
no outgoing calls