Unexpected

class Unexpected(message: String, cause: Throwable? = null) : CeiError

An unexpected error occurred during a card session. Inspect cause for the underlying exception.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)