| 86 | |
| 87 | /** Authenticated but not authorized — no valid credential. Renders 401. */ |
| 88 | export class Unauthorized extends Schema.TaggedErrorClass<Unauthorized>()( |
| 89 | "Unauthorized", |
| 90 | renderHints, |
| 91 | { httpApiStatus: 401 }, |
nothing calls this directly
no outgoing calls
no test coverage detected