pub const ZX_ERR_ALREADY_BOUND: zx_status_t = -27;
Expand description
The operation failed because the named entity is already owned or controlled by another entity. The operation could succeed later if the current owner releases the entity.
pub const ZX_ERR_ALREADY_BOUND: zx_status_t = -27;
The operation failed because the named entity is already owned or controlled by another entity. The operation could succeed later if the current owner releases the entity.