ERR_ALREADY_EXISTS

Constant ERR_ALREADY_EXISTS 

Source
pub const 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.