project_not_found property
String
get
project_not_found
Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used
Implementation
String get project_not_found {
return Intl.message(
'Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used',
name: 'project_not_found',
desc: '',
args: [],
);
}