| 419 | // Internal failure modes — collapsed into `OAuthDiscoveryError` at the |
| 420 | // boundary. Tagged so we can match without `instanceof`. |
| 421 | class DcrErrorBody extends Data.TaggedError("DcrErrorBody")<{ |
| 422 | readonly status: number; |
| 423 | readonly error: string; |
| 424 | readonly error_description?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected