Response object for batch operations on pages with errors.

Constructors

Properties

completedAt: Date

Time of batch operation completion.

errors?: StandardError[]

Errors in batch operation.

links?: {
    [key: string]: string;
}

Links associated with batch operation.

numErrors?: number

Number of errors.

requestedAt?: Date

Time of batch operation request.

results: Page[]

Results of batch operation.

startedAt: Date

Time of batch operation start.

Status of batch operation.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]