| Copyright | (c) Jon Schoning, 2015 |
|---|---|
| Maintainer | jonschoning@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Pinboard.Client.Error
Description
Documentation
data PinboardErrorHTTPCode Source
Constructors
| BadRequest | 400 |
| UnAuthorized | 401 |
| RequestFailed | 402 |
| Forbidden | 403 |
| NotFound | 404 |
| TooManyRequests | 429 |
| PinboardServerError | (>=500) |
| UnknownHTTPCode | All other codes |
Instances
data PinboardErrorType Source
Instances