ReadingException

class ReadingException(val message: String, val cause: Throwable) : RuntimeException

Thrown if travel document type resolution, text recognition, or text parsing are unsuccessful.

Constructors

Link copied to clipboard
fun ReadingException(message: String, cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable
Link copied to clipboard
open override val message: String