Class: CloverDeviceErrorEvent

remotepay.CloverDeviceErrorEvent()

new CloverDeviceErrorEvent()

Source:

Methods

(static) CloverDeviceErrorEvent#getCause() → {remotepay.PlatformError}

Get the field value
Source:
Returns:
Type
remotepay.PlatformError

(static) CloverDeviceErrorEvent#getCode() → {remotepay.DeviceErrorEventCode}

Get the field value
Source:
Returns:
Type
remotepay.DeviceErrorEventCode

(static) CloverDeviceErrorEvent#getMessage() → {String}

Get the field value Description of the error.
Source:
Returns:
Type
String

(static) CloverDeviceErrorEvent#getType() → {remotepay.ErrorType}

Get the field value
Source:
Returns:
Type
remotepay.ErrorType

(static) CloverDeviceErrorEvent#setCause(cause)

Set the field value
Parameters:
Name Type Description
cause remotepay.PlatformError
Source:

(static) CloverDeviceErrorEvent#setCode(code)

Set the field value
Parameters:
Name Type Description
code remotepay.DeviceErrorEventCode
Source:

(static) CloverDeviceErrorEvent#setMessage(message)

Set the field value Description of the error.
Parameters:
Name Type Description
message String
Source:

(static) CloverDeviceErrorEvent#setType(type)

Set the field value
Parameters:
Name Type Description
type remotepay.ErrorType
Source: