ErrorCode

interface ErrorCode

Implemented by error code enums that are returned as a result of Mobile Payments SDK operations.

Inheritors

Properties

Link copied to clipboard
abstract val isUsageError: Boolean

Returns true if the error is a usage error, false otherwise.

Link copied to clipboard
abstract val name: String

Returns the name of the error code.