Preprocessor macro definitions for the push_errno.h header file in this library.
#define PUSH_SUCCESS (0)A return code that indicates that a function completed successfully.
Since: BlackBerry 10.2.0
#define PUSH_FAILURE (-1)A return code that indicates that a function did not complete successfully.
When errno value is set, it indicates the reason for the failure.
Since: BlackBerry 10.2.0