@musallam/firefly-client
    Preparing search index...

    Interface AsyncApiErrorV3

    The error within the error response.

    interface AsyncApiErrorV3 {
        error_code?: string;
        jobId?: string;
        message?: string;
        status?: string;
        validation_errors?: ValidationErrorMessage[];
    }
    Index

    Properties

    error_code?: string
    jobId?: string
    message?: string
    status?: string
    validation_errors?: ValidationErrorMessage[]