Class MultiGetResponse.Failure

    • Constructor Detail

      • Failure

        public Failure​(java.lang.String index,
                       java.lang.String type,
                       java.lang.String id,
                       java.lang.Exception exception)
    • Method Detail

      • getIndex

        public java.lang.String getIndex()
        The index name of the action.
      • getType

        public java.lang.String getType()
        The type of the action.
      • getId

        public java.lang.String getId()
        The id of the action.
      • getMessage

        public java.lang.String getMessage()
        The failure message.
      • getFailure

        public java.lang.Exception getFailure()