TmdbStatusCode

TMDB returns some errors like no resources, invalid API key, no token has been granted.

See also

Documentation

(https://developers.themoviedb.org/4/account/get-account-rated-movies)

Properties

Link copied to clipboard
const val AUTHENTICATION_FAILED: Int = 3
Link copied to clipboard
const val INVALID_API_KEY: Int = 7
Link copied to clipboard
const val RESOURCE_NOT_FOUND: Int = 34
Link copied to clipboard
const val SUCCESS_ADDED: Int = 1
Link copied to clipboard
const val SUCCESS_DELETED: Int = 13
Link copied to clipboard
const val SUCCESS_UPDATED: Int = 12
Link copied to clipboard
const val TOKEN_NOT_GRANTED: Int = 36