Package dev.reuss.tmdb.core.exception


package dev.reuss.tmdb.core.exception
  • Class
    Description
    Exception thrown when TMDB returns an error response.
    Exception thrown when the SDK cannot complete a request before receiving a TMDB response.
    Known TMDB API status codes and their default HTTP status and message.
    Error response returned by TMDB.
    Base unchecked exception for SDK failures.
    Factory methods for mapping TMDB response status values to SDK exceptions.
    Exception thrown when a TMDB response cannot be mapped to the expected model.
    Exception thrown when TMDB reports that a requested resource was not found.
    Exception thrown when TMDB rejects a request because the rate limit was exceeded.
    Exception thrown when TMDB or an upstream server returns a server-side error.
    Exception thrown when TMDB rejects a request because authentication or authorization failed.