ApiError

data class ApiError(val statusCode: Int) : CreateSdkOutputResult.Failure

A Tap and Pay API error occurred while creating the SDK Output.

Parameters

statusCode

The status code of the Tap and Pay API error.

Constructors

Link copied to clipboard
constructor(statusCode: Int)

Properties

Link copied to clipboard