ZX_ERR_ALREADY_EXISTS

Constant ZX_ERR_ALREADY_EXISTS 

Source
pub const ZX_ERR_ALREADY_EXISTS: zx_status_t = -26;
Expand description

An object with the specified identifier already exists.

Example: Attempting to create a file when a file already exists with that name.