JumioError

class JumioError(val isRetryable: Boolean, val domain: String, val code: String, val message: String) : Serializable

JumioError describes an error situation Please always include the whole code when filing an error related issue to our support team

Domains are: A - General network error B - Authentication failed (Certificate) C - Authentication failed E - Device appears offline F - Scanning not possible G - User cancelled H - Camera can not be accessed I - Certificate not valid anymore J - Session expired N - Process can not be completed

Constructors

Link copied to clipboard
constructor(isRetryable: Boolean, domain: String, code: String, message: String)

Properties

Link copied to clipboard

error code - e.g. A010400

Link copied to clipboard

error domain

Link copied to clipboard
Link copied to clipboard

localised error message