ErrorType is the alias of string
| 45 | |
| 46 | // ErrorType is the alias of string |
| 47 | type ErrorType string |
| 48 | |
| 49 | // Error types is the brief introduction of error types, |
| 50 | // and it's the key to navigate the message below. |
nothing calls this directly
no outgoing calls
no test coverage detected