PermissionError

public enum PermissionError : Int

Permission/access-related API errors.

  • The user is not allowed to perform the requested operation. This may be due to insufficient folder permissions.

    Declaration

    Swift

    case accessDenied = 2003
  • The user has exceeded their available storage quota and this action is not allowed.

    Declaration

    Swift

    case userIsOverQuota = 2008