Error

public struct Error

Jumio.Error describes an error situation

Note

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
  • localized error message

    Declaration

    Swift

    public var message: String { get }
  • error code - e.g. A10400

    Declaration

    Swift

    public var code: String { get }
  • error domain

    Declaration

    Swift

    public var domain: String { get }
  • error can be retried using Jumio.Controller.retry(error:)

    Declaration

    Swift

    public var isRetryable: Bool { get }