diff --git a/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.h b/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.h index 43a0f2b..de916ed 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.h +++ b/MVMCore/MVMCore/Constants/MVMCoreErrorConstants.h @@ -39,5 +39,6 @@ typedef NS_ENUM(NSInteger, ErrorCode) { ErrorCodeServerFailSendFaceIDHash,//22 ErrorCodeSSL,//23 ErrorCodeNoViewControllerToPresentOn,//24 - ErrorCodeNoErrorPageSent //25 + ErrorCodeNoErrorPageSent, //25 + ErrorCodeFontNotFound //26 };