Merge branch 'feature/font' into 'develop'

add new error code

See merge request BPHV_MIPS/mvm_core!65
This commit is contained in:
Pan, Xinlei (Ryan) 2020-02-27 10:13:06 -05:00
commit c185ae56cd

View File

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