Skip to content

Commit 168e405

Browse files
authored
shard failure update (#5178)
1 parent 89d9381 commit 168e405

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specification/_types/Errors.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@ export class ErrorCause
5050
}
5151

5252
export class ShardFailure {
53+
/** @aliases _index */
5354
index?: IndexName
55+
/** @aliases _node */
5456
node?: string
5557
reason: ErrorCause
56-
shard: integer
58+
/** @aliases _shard */
59+
shard?: integer
5760
status?: string
61+
primary?: boolean
5862
}
5963

6064
export class BulkIndexByScrollFailure {

0 commit comments

Comments
 (0)