SystemUiError
#include <bb/system/SystemUiError>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The errors that can be returned by the system dialog service.
BlackBerry 10.0.0
Public Types Index
enum TypeNone = 0, Unknown = 1, NoButtons = 2, InvalidState = 3, ServiceUnavailable = 4 |
Public Types
The errors that can be returned by the system dialog service.
BlackBerry 10.0.0
- None = 0
No errors have occurred.
Since:BlackBerry 10.0.0
- Unknown = 1
An unknown error has occurred.
Since:BlackBerry 10.0.0
- NoButtons = 2
Requests may be invalid if buttons are required to be used but no buttons are included.
Since:BlackBerry 10.0.0
- InvalidState = 3
Instance is in an invalid state.
Invalid state errors occur when an instance is in an invalid state, for example, if one of the objects it owns was destroyed.
Since:BlackBerry 10.0.0
Service unavailable errors occur when the system dialog service is unavailable.
Since:BlackBerry 10.0.0