| 163 | |
| 164 | /** Authenticated but not authorized — no valid credential. Renders 401. */ |
| 165 | export class Unauthorized extends Schema.TaggedErrorClass<Unauthorized>()( |
| 166 | "Unauthorized", |
| 167 | renderHints, |
| 168 | { httpApiStatus: 401 }, |
nothing calls this directly
no outgoing calls
no test coverage detected