StatusCode Constants Reference
| Declared in | WLWebFrameworkInitResult.h |
StatusCode
An enumeration of IBM MobileFirst Platform web framework initialization status codes.
Definition
typedef NS_ENUM(NSInteger, StatusCode ) {
WLWebFrameworkInitResultSuccess,
WLWebFrameworkInitResultFailureCheksum,
WLWebFrameworkInitResultFailureUnzip,
WLWebFrameworkInitResultFailureNotEnoughSpace,
WLWebFrameworkInitResultFailureInternal,
};
Constants
WLWebFrameworkInitResultSuccess-
Successful initialization. Web resources are ready to be used
Declared In
WLWebFrameworkInitResult.h. WLWebFrameworkInitResultFailureCheksum-
Initialization failed because the checksum check was unsuccessful.
Declared In
WLWebFrameworkInitResult.h. WLWebFrameworkInitResultFailureUnzip-
Initialization failed because web resources extraction was unsuccessful.
Declared In
WLWebFrameworkInitResult.h. WLWebFrameworkInitResultFailureNotEnoughSpace-
Initialization failed because there is not enough space on the device.
Declared In
WLWebFrameworkInitResult.h. WLWebFrameworkInitResultFailureInternal-
Initialization failed due to an internal error.
Declared In
WLWebFrameworkInitResult.h.
Declared In
WLWebFrameworkInitResult.h