adobe-firefly-sdk
    Preparing search index...

    Type Alias AsyncApiErrorV3

    AsyncApiErrorV3

    The error within the error response.

    type AsyncApiErrorV3 = {
        error_code?:
            | string
            | ColligoErrorCodeAsyncV3
            | ColliogAsyncStatusErrorCodeV3
            | ColligoAsyncCancelErrorCodeV3;
        jobId?: string;
        message?: string;
        status?: string;
        validation_errors?: ValidationErrorMessage[];
    }
    Index

    Properties

    error_code?:
        | string
        | ColligoErrorCodeAsyncV3
        | ColliogAsyncStatusErrorCodeV3
        | ColligoAsyncCancelErrorCodeV3

    Error Code

    jobId?: string

    Job ID

    message?: string

    Message

    status?: string

    Status

    validation_errors?: ValidationErrorMessage[]

    Validation Errors