Merge branch 'feature/font' into 'develop'
add new error code See merge request BPHV_MIPS/mvm_core!65
This commit is contained in:
commit
c185ae56cd
@ -39,5 +39,6 @@ typedef NS_ENUM(NSInteger, ErrorCode) {
|
|||||||
ErrorCodeServerFailSendFaceIDHash,//22
|
ErrorCodeServerFailSendFaceIDHash,//22
|
||||||
ErrorCodeSSL,//23
|
ErrorCodeSSL,//23
|
||||||
ErrorCodeNoViewControllerToPresentOn,//24
|
ErrorCodeNoViewControllerToPresentOn,//24
|
||||||
ErrorCodeNoErrorPageSent //25
|
ErrorCodeNoErrorPageSent, //25
|
||||||
|
ErrorCodeFontNotFound //26
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user