user_count_exceeded property

String get user_count_exceeded

The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console

Implementation

String get user_count_exceeded {
  return Intl.message(
    'The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console',
    name: 'user_count_exceeded',
    desc: '',
    args: [],
  );
}