adobe-firefly-sdk
    Preparing search index...

    Type Alias FailedJobStatus

    FailedJobStatus: BaseJobStatus & { errors: ErrorResponse[]; status: string }

    FailedJobStatus

    Represents the status of a failed asynchronous job in the system

    Type Declaration

    • errors: ErrorResponse[]

      The errors that occurred during the job

    • status: string