adobe-firefly-sdk
    Preparing search index...

    Type Alias FolderCopyPartiallySucceededJobStatusWritable

    FolderCopyPartiallySucceededJobStatusWritable: BaseJobStatus & {
        asset: FolderAssetWritable;
        errors: { asset: { assetType: AssetTypeEnums; name: string } }[];
        status: string;
    }

    FolderCopyPartiallySucceededJobStatus

    Represents the status of a folder copy partially succeeded asynchronous job in the system

    Type Declaration