InvokeReplyError
Since: BlackBerry 10.0.0
#include <bb/system/InvokeReplyError>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The list of possible results of a request to the invocation service.
Overview
Public Types Index
enum TypeNone 0, NoTarget 1, BadRequest 2, Internal 3, TargetNotOwned 4, InsufficientPrivileges 5, Target 6 |
Public Types
The list of possible results of a request to the invocation service.
BlackBerry 10.0.0
- None 0
Success.
- NoTarget 1
No target was found.
This can happen if a bad target was sent in the request or if brokering failed.
Since:BlackBerry 10.0.0
- BadRequest 2
The request could not be parsed.
Since:BlackBerry 10.0.0
- Internal 3
The invocation service failed as a result of an internal error.
Examples of internal errors include the service running out of memory or entering an unexpected state.
Since:BlackBerry 10.0.0
- TargetNotOwned 4
An attempt to set or retrieve a target's filter list failed because the requesting entity does not own the target.
Since:BlackBerry 10.0.0
- InsufficientPrivileges 5
A request failed because the requesting entity lacks sufficient privileges.
Since:BlackBerry 10.0.0
- Target 6
The target failed or otherwise misbehaved during invocation, causing the request to fail.
Since:BlackBerry 10.0.0