| 105 | * neutral `IdentityProvider` tag without a wider error channel. |
| 106 | */ |
| 107 | export class Unavailable extends Schema.TaggedErrorClass<Unavailable>()( |
| 108 | "Unavailable", |
| 109 | renderHints, |
| 110 | { httpApiStatus: 503 }, |
nothing calls this directly
no outgoing calls
no test coverage detected