go:generate stringer -type ErrorCode -trimprefix ErrorCode -tags static
| 51 | |
| 52 | //go:generate stringer -type ErrorCode -trimprefix ErrorCode -tags static |
| 53 | type ErrorCode int |
| 54 | |
| 55 | const ( |
| 56 | // ErrorCodeOK indicates that the operation completed successfully. |