@camunda8/sdk
    Preparing search index...

    Class UploadDocumentsResponse

    Index

    Constructors

    Properties

    createdDocuments: UploadDocumentResponse[]

    Documents that were successfully created.

    failedDocuments: { detail: string; fileName: string }[]

    Documents that failed creation.

    Type declaration

    • detail: string

      The detail of the failure.

    • fileName: string

      The name of the file.