| 54 | |
| 55 | /** Fatal bridge errors that should not be retried (e.g. auth failures). */ |
| 56 | export class BridgeFatalError extends Error { |
| 57 | readonly status: number |
| 58 | /** Server-provided error type, e.g. "environment_expired". */ |
| 59 | readonly errorType: string | undefined |
nothing calls this directly
no outgoing calls
no test coverage detected