@musallam/audio-video-client
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        error_code: string;
        message: string;
        messageId?: string;
    }
    Index

    Properties

    error_code: string

    The error code returned with the response.

    message: string

    The error message returned with the response.

    messageId?: string

    The error message ID returned with the response.