Class Info.Error

java.lang.Object
com.aerospike.client.Info.Error
Enclosing class:
Info

public static class Info.Error extends Object
Info command error response.
  • Field Details

    • code

      public final int code
    • message

      public final String message
  • Constructor Details

    • Error

      public Error(String response)
      Parse info command response into code and message. If the response is not a recognized error format, the code is set to ResultCode.CLIENT_ERROR and the message is set to the full response string.