()
| 467 | } |
| 468 | |
| 469 | toString() { |
| 470 | return JSON.stringify({ |
| 471 | status: this.status, |
| 472 | name: this.name, |
| 473 | message: this.message, |
| 474 | reason: this.reason |
| 475 | }); |
| 476 | } |
| 477 | } |
| 478 | |
| 479 | var UNAUTHORIZED = new PouchError(401, 'unauthorized', "Name or password is incorrect."); |
no outgoing calls
no test coverage detected