adobe-firefly-sdk
    Preparing search index...

    Type Alias ProjectPackagePartiallySucceededJobStatusWritable

    ProjectPackagePartiallySucceededJobStatusWritable: BaseJobStatus & {
        assets: AssetWritable[];
        errors: unknown[];
        status: string;
    }

    ProjectPackagePartiallySucceededJobStatus

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

    Type Declaration

    • assets: AssetWritable[]
    • errors: unknown[]

      The errors that occurred during the job

    • status: string