SecurityError

enum SecurityError : Error

Enum which encapsulates errors which can occur in the Security handshake with the device.

  • Session state mismatch between device and application.

    Declaration

    Swift

    case sessionStateError(String)
  • Handshake error between device and application.

    Declaration

    Swift

    case handshakeError(String)
  • Error in generating valid matching keys between device and mobile

    Declaration

    Swift

    case keygenError(String)