| 147 | } |
| 148 | |
| 149 | type unauthedError struct{} |
| 150 | |
| 151 | func (e *unauthedError) Error() string { return "unauthorized" } |
| 152 | func (e *unauthedError) IsUnauthorized() bool { return true } |
nothing calls this directly
no outgoing calls
no test coverage detected