ZX_ERR_ALREADY_EXISTS

Constant ZX_ERR_ALREADY_EXISTS 

pub const ZX_ERR_ALREADY_EXISTS: i32 = -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.