QuickCodeError

ENUM

# QuickCodeError

public enum QuickCodeError: Error

An enumeration that describes QuickCode issues.

# Cases

# revoked

case revoked

The user is revoked because of too many unsuccessful authentication attempts or has not been used in a substantial amount of time. The device needs to be re-registered.

# unsuccessfulAuthentication

case unsuccessfulAuthentication

The authentication was not successful.

# pinCancelled

case pinCancelled

Pin not entered.

# invalidPin

case invalidPin

Pin code includes invalid symbols or pin length does not match.

# limitedQuickCodeGeneration

case limitedQuickCodeGeneration

Generating QuickCode from this registration is not allowed.

# generationFail(_:)

case generationFail(Error?)

QuickCode generation failed.