Class Error

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

public class Error extends Object
Error
  • Field Details

  • Constructor Details

    • Error

      public Error()
  • Method Details

    • getCode

      public Error.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
    • 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