diff --git a/Sources/WultraPowerauthNetworking/WPNBaseNetworkingObjects.swift b/Sources/WultraPowerauthNetworking/WPNBaseNetworkingObjects.swift index c937f98..59f411e 100644 --- a/Sources/WultraPowerauthNetworking/WPNBaseNetworkingObjects.swift +++ b/Sources/WultraPowerauthNetworking/WPNBaseNetworkingObjects.swift @@ -174,6 +174,9 @@ public enum WPNKnownRestApiError: String, Decodable { /// Operation is expired case operationExpired = "OPERATION_EXPIRED" + /// Operation authorization failed + case operationFailed = "OPERATION_FAILED" + // ACTIVATION SPAWN ERRORS /// Unable to fetch activation code.