pub const ZX_ERR_UNAVAILABLE: zx_status_t = -28;
Expand description
The subject of the operation is currently unable to perform the operation.
This is used when there’s no direct way for the caller to observe when the subject will be able to perform the operation and should thus retry.