logApiError

fun logApiError(eventName: String, url: String, exception: AirwallexException)

Logs an API error event.

Parameters

eventName

The name of the API error event.

url

The URL where the error occurred.

exception

The exception that was thrown.