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.

Generated using TypeDoc