BulkGetErrorResponse: {
    details: string;
    errorId: number;
    message: string;
    status: number;
}

An error response if a document failed to be returned in a bulk get operation.

Type declaration

  • details: string

    Error details. Typically shows UNID.

  • errorId: number

    Error ID.

  • message: string

    Shows a descriptive message on document's status after the operation.

  • status: number

    HTTP status code.