RKErrorMessage Class Reference
| Inherits from | NSObject |
| Declared in | RKErrorMessage.h |
Overview
The RKErrorMessage is a simple class used for representing error messages returned by a remote backend system with which the client application is communicating. Error messages are typically returned in a response body in the Client Error class (status code 4xx range).
Tasks
Accessing Errror Information
-
errorMessageThe error message to be presented to the user.
property -
userInfoA dictionary of application specific information that accompanies the error message.
property