Skip to content

Commit

Permalink
Add new WPNKnownRestApiError cases (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa authored Mar 21, 2024
1 parent b7614e3 commit 68b9190
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ public enum WPNKnownRestApiError: String, Decodable {
/// Activation is not valid (it is different from configured activation)
case invalidActivation = "INVALID_ACTIVATION"

/// Invalid application identifier is attempted for operation manipulation
case invalidApplication = "INVALID_APPLICATION"

/// Invalid operation identifier is attempted for operation manipulation
case invalidOperation = "INVALID_OPERATION"

/// Error during activfation
case activationError = "ERR_ACTIVATION"

Expand Down

0 comments on commit 68b9190

Please sign in to comment.