| 182 | * neutral `IdentityProvider` tag without a wider error channel. |
| 183 | */ |
| 184 | export class Unavailable extends Schema.TaggedErrorClass<Unavailable>()( |
| 185 | "Unavailable", |
| 186 | renderHints, |
| 187 | { httpApiStatus: 503 }, |
nothing calls this directly
no outgoing calls
no test coverage detected