pub const ZX_ERR_NOT_EMPTY: zx_status_t = -55;
Expand description
The directory is not empty for an operation that requires it to be empty.
For example, non-recursively deleting a directory with files still in it.
pub const ZX_ERR_NOT_EMPTY: zx_status_t = -55;
The directory is not empty for an operation that requires it to be empty.
For example, non-recursively deleting a directory with files still in it.