Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit a60a06e

Browse files
committed
Adding constant for "email" key.
1 parent 9941f7b commit a60a06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPressKit/WordPressComRestApi.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ open class WordPressComRestApi: NSObject {
3535
@objc public static let ErrorKeyErrorCode = "WordPressComRestApiErrorCodeKey"
3636
@objc public static let ErrorKeyErrorMessage = "WordPressComRestApiErrorMessageKey"
3737
@objc public static let ErrorKeyErrorData = "WordPressComRestApiErrorDataKey"
38+
@objc public static let ErrorKeyErrorDataEmail = "email"
3839

3940
@objc public static let LocaleKeyDefault = "locale" // locale is specified with this for v1 endpoints
4041
@objc public static let LocaleKeyV2 = "_locale" // locale is prefixed with an underscore for v2

0 commit comments

Comments
 (0)