Enum gimli::write::Error [−][src]
pub enum Error {}Show variants
OffsetOutOfBounds, LengthOutOfBounds, InvalidAttributeValue, ValueTooLarge, UnsupportedWordSize(u8), UnsupportedVersion(u16), InitialLengthOverflow, InvalidAddress, InvalidReference, NeedVersion(u16), LineStringFormMismatch, InvalidRange, IncompatibleLineProgramEncoding, InvalidFrameCodeOffset(u32), InvalidFrameDataOffset(i32), UnsupportedPointerEncoding(DwEhPe), UnsupportedCfiExpressionReference, UnsupportedExpressionForwardReference,
An error that occurred when writing.
Variants
The given offset is out of bounds.
The given length is out of bounds.
The attribute value is an invalid for writing.
The value is too large for the encoding form.
UnsupportedWordSize(u8)
Unsupported word size.
UnsupportedVersion(u16)
Unsupported DWARF version.
The unit length is too large for the requested DWARF format.
The address is invalid.
The reference is invalid.
NeedVersion(u16)
A requested feature requires a different DWARF version.
Strings in line number program have mismatched forms.
The range is empty or otherwise invalid.
The line number program encoding is incompatible with the unit encoding.
InvalidFrameCodeOffset(u32)
Could not encode code offset for a frame instruction.
InvalidFrameDataOffset(i32)
Could not encode data offset for a frame instruction.
UnsupportedPointerEncoding(DwEhPe)
Unsupported eh_frame pointer encoding.
Unsupported reference in CFI expression.
Unsupported forward reference in expression.