alreadyExists constant

Code const alreadyExists

The entity that a client attempted to create (e.g., file or directory) already exists.

HTTP Mapping: 409 Conflict

Implementation

static const alreadyExists = Code('ALREADY_EXISTS');