| 138 | |
| 139 | /** Authenticated but not authorized — no valid credential. Renders 401. */ |
| 140 | export class Unauthorized extends Schema.TaggedErrorClass<Unauthorized>()( |
| 141 | "Unauthorized", |
| 142 | renderHints, |
| 143 | { httpApiStatus: 401 }, |
nothing calls this directly
no outgoing calls
no test coverage detected