Skip to content

Commit cb46718

Browse files
committed
Add missing documentation for PFParseErrorDomain.
1 parent e93b917 commit cb46718

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Parse/PFConstants.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ typedef NS_ENUM(uint8_t, PFLogLevel) {
118118
#pragma mark - Errors
119119
///--------------------------------------
120120

121+
/**
122+
Error domain used for all `NSError`s in the SDK.
123+
*/
121124
extern NSString *const _Nonnull PFParseErrorDomain;
122125

123126
/**

0 commit comments

Comments
 (0)