storage_invalid_appwrite_id property
String
get
storage_invalid_appwrite_id
The value for x-appwrite-id header is invalid. Please check the value of the x-appwrite-id header is a valid ID and not unique()
Implementation
String get storage_invalid_appwrite_id {
return Intl.message(
'The value for x-appwrite-id header is invalid. Please check the value of the x-appwrite-id header is a valid ID and not unique()',
name: 'storage_invalid_appwrite_id',
desc: '',
args: [],
);
}