Skip to content

Commit

Permalink
SDK-4618 iOS Bindings - Add error code -25 on MEGAErrorType
Browse files Browse the repository at this point in the history
  • Loading branch information
gmagpayo committed Nov 25, 2024
1 parent 16205d1 commit 8b73217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/ios/include/MEGAError.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b73217

Please sign in to comment.