Result
Since: BlackBerry 10.0.0
#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.
Overview
Public Types Index
enum TypeSuccess 0, BackEndError 1, PPSDecoderFailure 2, InvalidArguments 3 |
Public Types
An enumeration of possible result codes for calendar operations.
BlackBerry 10.0.0
- Success 0
Indicates that the function completed successfully.
- BackEndError 1
Indicates that a database error occurred and the function did not complete successfully.
Since:BlackBerry 10.0.0
- PPSDecoderFailure 2
Return code for problems with PPS decoders.
Since:BlackBerry 10.3.0
- InvalidArguments 3
Return code for invalid arguments.
Since:BlackBerry 10.3.0