adobe-firefly-sdk
    Preparing search index...

    Type Alias FolderCopyPartiallySucceededJobStatus

    FolderCopyPartiallySucceededJobStatus: BaseJobStatus & {
        asset: FolderAsset;
        errors: (
            ErrorResponse & {
                asset: { assetId: AssetId; assetType: AssetTypeEnums; name: string };
            }
        )[];
        status: string;
    }

    FolderCopyPartiallySucceededJobStatus

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

    Type Declaration

    • asset: FolderAsset
    • errors: (
          ErrorResponse & {
              asset: { assetId: AssetId; assetType: AssetTypeEnums; name: string };
          }
      )[]

      FailedAssetReferenceWithErrorResponse

      The errors that occurred during the job

    • status: string