Skip to content

Commit

Permalink
Improved temporaryKeyError
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 4, 2024
1 parent 0b41ee1 commit e281f70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ public enum WPNKnownRestApiError: String, Decodable {
/// Returned in case encryption or decryption fails
case encryptionError = "ERR_ENCRYPTION"

/// Temporary key failed to match the temporary key
case temporarykeyError = "ERR_TEMPORARY_KEY"
/// Temporary key not matched on the server.
case temporaryKeyError = "ERR_TEMPORARY_KEY"

// PUSH ERRORS

Expand Down

0 comments on commit e281f70

Please sign in to comment.