tmdb-ts
    Preparing search index...

    Interface ErrorResponse

    An error response returned by the TMDB API.

    interface ErrorResponse {
        status_code: number;
        status_message: string;
        success: boolean;
    }
    Index

    Properties

    status_code: number
    status_message: string
    success: boolean