()
| 474 | } |
| 475 | |
| 476 | toString() { |
| 477 | return JSON.stringify({ |
| 478 | status: this.status, |
| 479 | name: this.name, |
| 480 | message: this.message, |
| 481 | reason: this.reason |
| 482 | }); |
| 483 | } |
| 484 | } |
| 485 | |
| 486 | var UNAUTHORIZED = new PouchError(401, 'unauthorized', "Name or password is incorrect."); |
no outgoing calls
no test coverage detected