// WARNING: this file is auto-generated by xtask gen and may be overwritten
use super::*;
/// One or more of the required flags provided is unknown by the implementation.
pub const E_REQUIRED_FLAG_NOT_SUPPORTED : HResultError = HResultError::from_constant(0x80460001); // IORING_E_REQUIRED_FLAG_NOT_SUPPORTED
/// The submission queue is full.
pub const E_SUBMISSION_QUEUE_FULL : HResultError = HResultError::from_constant(0x80460002); // IORING_E_SUBMISSION_QUEUE_FULL
/// The version specified is not known or supported.
pub const E_VERSION_NOT_SUPPORTED : HResultError = HResultError::from_constant(0x80460003); // IORING_E_VERSION_NOT_SUPPORTED
/// The submission queue size specified for the IoRing is too big.
pub const E_SUBMISSION_QUEUE_TOO_BIG : HResultError = HResultError::from_constant(0x80460004); // IORING_E_SUBMISSION_QUEUE_TOO_BIG
/// The completion queue size specified for the IoRing is too big.
pub const E_COMPLETION_QUEUE_TOO_BIG : HResultError = HResultError::from_constant(0x80460005); // IORING_E_COMPLETION_QUEUE_TOO_BIG
/// A submit operation is already in progress for this IoRing on another thread.
pub const E_SUBMIT_IN_PROGRESS : HResultError = HResultError::from_constant(0x80460006); // IORING_E_SUBMIT_IN_PROGRESS
/// The shared ring buffers of the IoRing are corrupt.
pub const E_CORRUPT : HResultError = HResultError::from_constant(0x80460007); // IORING_E_CORRUPT
/// The completion queue does not have enough free space, to post completions, for all entries being submitted.
pub const E_COMPLETION_QUEUE_TOO_FULL : HResultError = HResultError::from_constant(0x80460008); // IORING_E_COMPLETION_QUEUE_TOO_FULL