pub const ZX_ERR_WRONG_TYPE: zx_status_t = -12;
Expand description
The subject of the operation is the wrong type to perform the operation.
For example: Attempting a message_read on a thread handle.
pub const ZX_ERR_WRONG_TYPE: zx_status_t = -12;
The subject of the operation is the wrong type to perform the operation.
For example: Attempting a message_read on a thread handle.