videosphere
    Preparing search index...

    Interface ApiError

    Standard API error response.

    interface ApiError {
        error: string;
        message: string;
        statusCode: number;
    }
    Index

    Properties

    error: string
    message: string
    statusCode: number