adobe-firefly-sdk
    Preparing search index...

    Type Alias FailedEvent

    FailedEvent: BaseEvent & {
        errors?: {
            error_code?: string;
            message?: string;
            source?: string;
            url?: string;
        }[];
        status?: "failed";
    }

    Type Declaration

    • Optionalerrors?: { error_code?: string; message?: string; source?: string; url?: string }[]

      A list of errors that caused the job to fail.

    • Optionalstatus?: "failed"

      The current state of the job.