Merge branch 'feature/comments' into 'develop'
comments See merge request BPHV_MIPS/mvm_core!21
This commit is contained in:
commit
9ef3a65ae3
@ -16,28 +16,28 @@ extern NSString * const ErrorDomainServer;
|
||||
// Native Error Codes (Add new ones to bottom, don't change order!)
|
||||
typedef NS_ENUM(NSInteger, ErrorCode) {
|
||||
ErrorCodeDefault = 1,
|
||||
ErrorCodeParsingJSON,
|
||||
ErrorCodeNoPageType,
|
||||
ErrorCodeInitViewController,
|
||||
ErrorCodeViewControllerProcessingJSON,
|
||||
ErrorCodeRequiredModuleNotPresent,
|
||||
ErrorCodeNativeTimeout,
|
||||
ErrorCodeLinkawayFailed,
|
||||
ErrorCodePopupFailed,
|
||||
ErrorCodeUnknownActionType,
|
||||
ErrorCodeEmptyField,
|
||||
ErrorCodeInputValidationFailure,
|
||||
ErrorCodeEmptyResponse,
|
||||
ErrorCodeStaticCacheFail,
|
||||
ErrorCodeServerFailSendTouchIDHash,
|
||||
ErrorCodeJSONNotDictionary,
|
||||
ErrorCodeNoStoryboardName,
|
||||
ErrorCodeNoStoryBoardIdentifier,
|
||||
ErrorCodeNoNibName,
|
||||
ErrorCodeNoModule,
|
||||
ErrorCodeInvalidSettingType,
|
||||
ErrorCodeServerFailSendFaceIDHash,
|
||||
ErrorCodeSSL,
|
||||
ErrorCodeNoViewControllerToPresentOn,
|
||||
ErrorCodeNoErrorPageSent
|
||||
ErrorCodeParsingJSON, //2
|
||||
ErrorCodeNoPageType, //3
|
||||
ErrorCodeInitViewController,//4
|
||||
ErrorCodeViewControllerProcessingJSON,//5
|
||||
ErrorCodeRequiredModuleNotPresent,//6
|
||||
ErrorCodeNativeTimeout,//7
|
||||
ErrorCodeLinkawayFailed,//8
|
||||
ErrorCodePopupFailed,//9
|
||||
ErrorCodeUnknownActionType,//10
|
||||
ErrorCodeEmptyField,//11
|
||||
ErrorCodeInputValidationFailure,//12
|
||||
ErrorCodeEmptyResponse,//13
|
||||
ErrorCodeStaticCacheFail,//14
|
||||
ErrorCodeServerFailSendTouchIDHash,//15
|
||||
ErrorCodeJSONNotDictionary,//16
|
||||
ErrorCodeNoStoryboardName,//17
|
||||
ErrorCodeNoStoryBoardIdentifier,//18
|
||||
ErrorCodeNoNibName,//19
|
||||
ErrorCodeNoModule,//20
|
||||
ErrorCodeInvalidSettingType,//21
|
||||
ErrorCodeServerFailSendFaceIDHash,//22
|
||||
ErrorCodeSSL,//23
|
||||
ErrorCodeNoViewControllerToPresentOn,//24
|
||||
ErrorCodeNoErrorPageSent //25
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user