(e3)
| 76522 | */ |
| 76523 | [custom]() { |
| 76524 | return `RestError: ${this.message} |
| 76525 | ${errorSanitizer.sanitize(this)}`; |
| 76526 | } |
| 76527 | }; |
| 76528 | RestError.REQUEST_SEND_ERROR = "REQUEST_SEND_ERROR"; |
| 76529 | RestError.PARSE_ERROR = "PARSE_ERROR"; |
| 76530 | function isRestError(e3) { |
| 76531 | if (e3 instanceof RestError) { |
| 76532 | return true; |
no test coverage detected