Package com.aerospike.client
Class Info.Error
java.lang.Object
com.aerospike.client.Info.Error
- Enclosing class:
Info
Info command error response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
public final int code -
message
-
-
Constructor Details
-
Error
Parse info command response into code and message. If the response is not a recognized error format, the code is set toResultCode.CLIENT_ERRORand the message is set to the full response string.
-