diff --git a/specification/_types/Errors.ts b/specification/_types/Errors.ts index 6275b4ae27..58b9e8d04c 100644 --- a/specification/_types/Errors.ts +++ b/specification/_types/Errors.ts @@ -50,11 +50,15 @@ export class ErrorCause } export class ShardFailure { + /** @aliases _index */ index?: IndexName + /** @aliases _node */ node?: string reason: ErrorCause - shard: integer + /** @aliases _shard */ + shard?: integer status?: string + primary?: boolean } export class BulkIndexByScrollFailure {