Class: TimException

timapi.TimException

Contains information about a failed request or method call. TimException is included in the TimEvent. Immutable class.

Overview

Members-Overview

Methods-Overview

Member-List

additionalErrorInfo :Map.<String, String>

Additional error information mapping error text to error type.

errorText :String

Error text.

ppInfo :timapi.PpInfo

Payment protocol specific information.

printData :timapi.PrintData

Print data, e.g. with declined receipt.

rejectedBasket :timapi.Basket

Rejected basket as modified by host or undefined if absent. Used for guide petrol only.

stack :Object

Stack trace if present or undefined.

Methods

toString() → {String}

Get string representation of exception
Returns:
String representation of exception

Type: String