SCSKnowledgeErrorCode
enum SCSKnowledgeErrorCode {}
Possible Knowledge error response codes.
-
No article found.
Declaration
Objective-C
SCSKnowledgeErrorCodeNoArticleFound = 1Swift
case noArticleFound = 1 -
Unable to write file.
Declaration
Objective-C
SCSKnowledgeErrorCodeCannotWriteFileSwift
case cannotWriteFile = 2 -
Data not found.
Declaration
Objective-C
SCSKnowledgeErrorCodeDataNotFoundSwift
case dataNotFound = 3 -
Invalid data category
Declaration
Objective-C
SCSKnowledgeErrorCodeInvalidCategorySwift
case invalidCategory = 4 -
Invalid data category group
Declaration
Objective-C
SCSKnowledgeErrorCodeInvalidCategoryGroupSwift
case invalidCategoryGroup = 5 -
Cannot perform action because the user settings are not authenticated.
Declaration
Objective-C
SCSKnowledgeErrorCodeNotAuthenticatedSwift
case notAuthenticated = 6 -
The content source became invalid and is no longer available.
Declaration
Objective-C
SCSKnowledgeErrorCodeContentBecameInvalidSwift
case contentBecameInvalid = 7
Install in Dash
SCSKnowledgeErrorCode Enumeration Reference