| 125 | * - 5xx (server errors): Retry 3 times - server might recover |
| 126 | */ |
| 127 | export class HTTPError extends AppError { |
| 128 | readonly maxRetries: number |
| 129 | |
| 130 | constructor(config: AppErrorConfig) { |
nothing calls this directly
no outgoing calls
no test coverage detected