Safe Haskell | None |
---|---|
Language | Haskell2010 |
Simple types and synonyms, mostly to make the type signatures easier to read.
Documentation
type Body = ByteString Source #
HTTP body.
Possible errors returned by the API.
InvalidKeyError | Missing or invalid API key. Make sure you are using a valid API key issued by https://www.themoviedb.org/faq/api. |
HttpExceptionError HttpException | An exception relating to HTTP was thrown while interacting with the API. |
ServiceError String | The HTTP interaction with the API service did not result in a successful response. Information about the failure is encoded in the String. |
ResponseParseError String (Maybe ByteString) | Invalid or error response from the API. |