pub enum MemoryErrorType {
Show 15 variants
Other,
Unknown,
OK,
BadRead,
ParityError,
SingleBitError,
DoubleBitError,
MultiBitError,
NibbleError,
ChecksumError,
CrcError,
CorrectedSingleBitError,
CorrectedError,
UncorrectableError,
None,
}Expand description
§Memory Error - Error Type
Variants§
Other
Other
Unknown
Unknown
OK
OK
BadRead
Bad read
ParityError
Parity error
SingleBitError
Single-bit error
DoubleBitError
Double-bit error
MultiBitError
Multi-bit error
NibbleError
Nibble error
ChecksumError
Checksum error
CrcError
CRC error
CorrectedSingleBitError
Corrected single-bit error
CorrectedError
Corrected error
UncorrectableError
Uncorrectable error
None
A value unknown to this standard, check the raw value