adobe-firefly-sdk
    Preparing search index...

    Type Alias StatusApiFailedResponse

    Response object for failed jobs.

    type StatusApiFailedResponse = {
        error_code?: string;
        jobId?: string;
        message?: string;
        status?: StatusApiResponseStatus;
    }
    Index

    Properties

    error_code?: string
    jobId?: string
    message?: string