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