#include <caf/caferr.h>
| const TInt | KErrCA_UpperLimit |
This is the upper limit of the CAF error code range.
if (KErrCA_LowerLimit <= err && err <= KErrCA_UpperLimit)
{
// handle CAF-specific error
}
| const TInt | KErrCA_LowerLimit |
This is the lower limit of the CAF error code range.
if (KErrCA_LowerLimit <= err && err <= KErrCA_UpperLimit)
{
// handle CAF-specific error
}
| const TInt | KErrCANoPermission |
Rights evaluation failed for the supplied intent. This implies that rights were available, but their evaluation, in the context of supplied intent, failed.
| const TInt | KErrCANoRights |
No rights were available for evaluation. A number of causes may generate this error: Perhaps the rights were removed or lost during a separate delivery
| const TInt | KErrCANoAgent |
The Agent required is not present. This may occur if content 'belongs' to an agent that is no longer available on the device.
| const TInt | KErrCAPendingRights |
The rights were not available but are 'expected'. Will only be returned if the agent supports this capability.
| const TInt | KErrCASizeNotDetermined |
A request to get the content size failed because the agent was unable to determine it. This error may occur on circumstances where, say, the content is streamed over HTTP.
| const TInt | KErrCANewFileHandleRequired |
The function failed because the agent needs the client to provide another file handle before the import can continue
| const TInt | KErrCACorruptRights |
The rights object failed an integrity check.
This error is returned when a client attempts an operation which requires accessing a rights object.
| const TInt | KErrCACorruptContent |
The content object failed an integrity check.
This error is returned when a client attempts an operation which requires accessing a content object.