ALREADY_EXISTS constant
Code
const ALREADY_EXISTS
The entity that a client attempted to create (e.g., file or directory) already exists.
HTTP Mapping: 409 Conflict
Implementation
static const Code ALREADY_EXISTS =
Code._(6, _omitEnumNames ? '' : 'ALREADY_EXISTS');