Skip to content

Commit

Permalink
Fix #121- add new case operationFailed to WPNKnownRestApiError (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa authored Oct 30, 2023
1 parent cc70d06 commit b93d96d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b93d96d

Please sign in to comment.