adobe-firefly-sdk
    Preparing search index...

    Type Alias ProjectPackagePartiallySucceededJobStatus

    ProjectPackagePartiallySucceededJobStatus: BaseJobStatus & {
        assets: Asset[];
        errors: ErrorResponse[];
        status: string;
    }

    ProjectPackagePartiallySucceededJobStatus

    Represents the status of a project package partially succeeded asynchronous job in the system

    Type Declaration

    • assets: Asset[]
    • errors: ErrorResponse[]

      The errors that occurred during the job

    • status: string