| 157 | * neutral `IdentityProvider` tag without a wider error channel. |
| 158 | */ |
| 159 | export class Unavailable extends Schema.TaggedErrorClass<Unavailable>()( |
| 160 | "Unavailable", |
| 161 | renderHints, |
| 162 | { httpApiStatus: 503 }, |
nothing calls this directly
no outgoing calls
no test coverage detected