SCSKnowledgeErrorCode
enum SCSKnowledgeErrorCode : NSInteger {}
Possible Knowledge error response codes.
-
No article found.
Declaration
Objective-C
SCSKnowledgeErrorCodeNoArticleFound = 1
Swift
case noArticleFound = 1
-
Unable to write file.
Declaration
Objective-C
SCSKnowledgeErrorCodeCannotWriteFile
Swift
case cannotWriteFile = 2
-
Data not found.
Declaration
Objective-C
SCSKnowledgeErrorCodeDataNotFound
Swift
case dataNotFound = 3
-
Invalid data category
Declaration
Objective-C
SCSKnowledgeErrorCodeInvalidCategory
Swift
case invalidCategory = 4
-
Invalid data category group
Declaration
Objective-C
SCSKnowledgeErrorCodeInvalidCategoryGroup
Swift
case invalidCategoryGroup = 5
-
Cannot perform action because the user settings are not authenticated.
Declaration
Objective-C
SCSKnowledgeErrorCodeNotAuthenticated
Swift
case notAuthenticated = 6
-
The content source became invalid and is no longer available.
Declaration
Objective-C
SCSKnowledgeErrorCodeContentBecameInvalid
Swift
case contentBecameInvalid = 7