PublicKeyError
public enum PublicKeyError : Error, Equatable
Errors associated with the failure of Public Key Registration Lifecycle events.
-
Failed to register the Public Key to virtualcards service.
Declaration
Swift
case registerFailed
-
Failed to delete the Public Key from virtualcards service.
Declaration
Swift
case deleteFailed
-
The id associated with the key could not be found.
Declaration
Swift
case publicKeyNotFound
-
Operation to access a keyring from the serviced failed.
Declaration
Swift
case keyRingGetFailed