Result
#include <bb/pim/calendar/Result>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The Result class includes possible result codes for calendar operations.
When you call certain functions in the CalendarService class, some of these functions include a result code. This code indicates whether the function completed successfully or whether an error was generated.
BlackBerry 10.0.0
Public Types Index
enum TypeSuccess = 0, BackEndError = 1 |
Public Types
An enumeration of possible result codes for calendar operations.
BlackBerry 10.0.0
- Success = 0
Indicates that the function completed successfully.
Since:BlackBerry 10.0.0
- BackEndError = 1
Indicates that a database error occurred and the function did not complete successfully.
Since:BlackBerry 10.0.0