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