@musallam/dynamic-graphics-render-client
    Preparing search index...
    interface ErrorResponse {
        error_code: string;
        message: string;
        messageId?: string;
    }
    Index

    Properties

    error_code: string

    The error code.

    message: string

    The error message.

    messageId?: string

    The error message ID.