Skip to content

Commit

Permalink
Merge branch 'gma/task/iOS-Bindings-Add-error-code--25-on-MEGAErrorTy…
Browse files Browse the repository at this point in the history
…pe' into 'develop'

SDK-4618 iOS Bindings - Add error code -25 on MEGAErrorType

See merge request sdk/sdk!6053
  • Loading branch information
gmagpayo committed Nov 26, 2024
2 parents 20ccfcc + 8b73217 commit bf30ef4
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 bf30ef4

Please sign in to comment.