| 11 | ) {} |
| 12 | |
| 13 | export class UnauthorizedError extends Schema.TaggedErrorClass<UnauthorizedError>()( |
| 14 | "UnauthorizedError", |
| 15 | { message: Schema.String }, |
| 16 | { httpApiStatus: 401 }, |
nothing calls this directly
no outgoing calls
no test coverage detected