()
| 56 | } |
| 57 | |
| 58 | get isRetryable(): boolean { |
| 59 | return this.type === "network" || this.type === "server" || this.status >= 500; |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | // --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected