Class CloverDeviceErrorEvent
java.lang.Object
com.clover.remote.client.messages.CloverDeviceErrorEvent
General error used for reporting error events
to the POS
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of device error -
Constructor Summary
ConstructorsConstructorDescriptionCloverDeviceErrorEvent(CloverDeviceErrorEvent.CloverDeviceErrorType errorType, Integer devCode, Throwable cause, String msg) Constructor -
Method Summary
-
Constructor Details
-
CloverDeviceErrorEvent
public CloverDeviceErrorEvent(CloverDeviceErrorEvent.CloverDeviceErrorType errorType, Integer devCode, Throwable cause, String msg) Constructor- Parameters:
errorType- error typedevCode- error codemsg- description of the error
-
-
Method Details
-
getCause
Get the field value- Returns:
- cause
-
getCode
Get the field value- Returns:
- error code
-
getMessage
Get the field value- Returns:
- description of the error
-
getErrorType
Get the field value- Returns:
- error type
-