GetException Method

Checks whether be the previous API call successful or not.

Syntax

    GetException(var ex: Dictionary of [Text, Text])

Parameters

ex

Type: Dictionary of [Text, Text]
Exception dictionary containing assigned with previous received error resulting to an exception.

Return Value

None

Remarks

The return value will be an empty dictionary if no previous API call has been operated.

See Also

GetExceptionMessage()
GetExceptionStatus()
GetExceptionErrorCode()
CallApi(Text)
CallApi(Text, Text)
CallApi(Enum, Text, Text)
CallApi(Enum, Text, Text[10], Text)