Enum rust_corosync::CsError [−][src]
#[repr(u32)]
pub enum CsError {
Show 32 variants
CsOk,
CsErrLibrary,
CsErrVersion,
CsErrInit,
CsErrTimeout,
CsErrTryAgain,
CsErrInvalidParam,
CsErrNoMemory,
CsErrBadHandle,
CsErrBusy,
CsErrAccess,
CsErrNotExist,
CsErrNameTooLong,
CsErrExist,
CsErrNoSpace,
CsErrInterrupt,
CsErrNameNotFound,
CsErrNoResources,
CsErrNotSupported,
CsErrBadOperation,
CsErrFailedOperation,
CsErrMessageError,
CsErrQueueFull,
CsErrQueueNotAvailable,
CsErrBadFlags,
CsErrTooBig,
CsErrNoSection,
CsErrContextNotFound,
CsErrTooManyGroups,
CsErrSecurity,
CsErrRustCompat,
CsErrRustString,
}Expand description
Error codes returned from the corosync libraries
Variants
Trait Implementations
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CsError
impl UnwindSafe for CsError
Blanket Implementations
Mutably borrows from an owned value. Read more