Class ShardOperationFailedException

    • Constructor Detail

      • ShardOperationFailedException

        protected ShardOperationFailedException()
    • Method Detail

      • index

        @Nullable
        public final String index()
        The index the operation failed on. Might return null if it can't be derived.
      • shardId

        public final int shardId()
        The index the operation failed on. Might return -1 if it can't be derived.
      • reason

        public final String reason()
        The reason of the failure.
      • status

        public final RestStatus status()
        The status of the failure.
      • getCause

        public final Throwable getCause()
        The cause of this failure