add new error code
This commit is contained in:
parent
56062209ae
commit
9b87bbbe67
@ -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