From 8b7321781ec90daab79d59e34b46446b0cd34ed5 Mon Sep 17 00:00:00 2001 From: Glazel Magpayo Date: Mon, 25 Nov 2024 18:22:25 +0800 Subject: [PATCH] SDK-4618 iOS Bindings - Add error code -25 on MEGAErrorType --- bindings/ios/include/MEGAError.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/ios/include/MEGAError.h b/bindings/ios/include/MEGAError.h index deed96b205..3b21962158 100644 --- a/bindings/ios/include/MEGAError.h +++ b/bindings/ios/include/MEGAError.h @@ -51,6 +51,7 @@ typedef NS_ENUM(NSInteger, MEGAErrorType) { MEGAErrorTypeApiEAppKey = -22, // invalid or missing application key MEGAErrorTypeApiESSL = -23, // invalid SSL key MEGAErrorTypeApiEgoingOverquota = -24, // Not enough quota + MEGAErrorTypeApiERolledBack = -25, // A strongly-grouped request was rolled back MEGAErrorTypeApiEMFARequired = -26, // Multi-factor authentication required MEGAErrorTypeApiEMasterOnly = -27, ///< Access denied for sub-users (only for business accounts) MEGAErrorTypeApiEBusinessPastDue = -28, ///< Business account expired