SCResponseError Class Reference
| Inherits from | SCBackendError : SCApiError : NSError |
| Declared in | SCError.h |
Overview
The SCResponseError error may happen if Sitecore Item Web Api returns error on request instead of expected data, see SCResponseError properties for details
Tasks
-
statusCodeThe statusCode code of Sitecore Item Web Api error, see Sitecore Item Web Api documentation for details
property -
messageThe error’s message of Sitecore Item Web Api error, see Sitecore Item Web Api documentation for details
property -
typeThe error’s type of Sitecore Item Web Api error, see Sitecore Item Web Api documentation for details
property -
methodThe Sitecore Item Web Api method which cause an error, see Sitecore Item Web Api documentation for details
property
Properties
message
The error’s message of Sitecore Item Web Api error, see Sitecore Item Web Api documentation for details
@property (nonatomic) NSString *messageDiscussion
The error’s message of Sitecore Item Web Api error, see Sitecore Item Web Api documentation for details
Declared In
SCError.hmethod
The Sitecore Item Web Api method which cause an error, see Sitecore Item Web Api documentation for details
@property (nonatomic) NSString *methodDiscussion
The Sitecore Item Web Api method which cause an error, see Sitecore Item Web Api documentation for details
Declared In
SCError.h