add new error code

This commit is contained in:
Xinlei(Ryan) Pan 2020-02-27 10:11:30 -05:00
parent 56062209ae
commit 9b87bbbe67

View File

@ -39,5 +39,6 @@ typedef NS_ENUM(NSInteger, ErrorCode) {
ErrorCodeServerFailSendFaceIDHash,//22
ErrorCodeSSL,//23
ErrorCodeNoViewControllerToPresentOn,//24
ErrorCodeNoErrorPageSent //25
ErrorCodeNoErrorPageSent, //25
ErrorCodeFontNotFound //26
};