Interface ShardOperationFailedException

    • Method Detail

      • index

        java.lang.String index()
        The index the operation failed on. Might return null if it can't be derived.
      • shardId

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

        java.lang.String reason()
        The reason of the failure.
      • status

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

        java.lang.Throwable getCause()
        The cause of this failure