Class LineProtocolError

java.lang.Object
com.influxdb.client.domain.LineProtocolError

public class LineProtocolError extends Object
LineProtocolError
  • Field Details

  • Constructor Details

    • LineProtocolError

      public LineProtocolError()
  • Method Details

    • getCode

      public LineProtocolError.CodeEnum getCode()
      Code is the machine-readable error code.
      Returns:
      code
    • getMessage

      public String getMessage()
      Human-readable message.
      Returns:
      message
    • getOp

      public String getOp()
      Describes the logical code operation when the error occurred. Useful for debugging.
      Returns:
      op
    • getErr

      public String getErr()
      Stack of errors that occurred during processing of the request. Useful for debugging.
      Returns:
      err
    • getLine

      public Integer getLine()
      First line in the request body that contains malformed data.
      Returns:
      line
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object