Gff3ErrorCode
Mojo struct 🡭
Gff3ErrorCode
Section titled “Gff3ErrorCode”@register_passable_trivialstruct Gff3ErrorCodeTrivial error code returned by low-level GFF3 field parsers; caller raises.
Aliases
Section titled “Aliases”OK = Gff3ErrorCode(Int8(0))VERSION = Gff3ErrorCode(Int8(1))SEQ_REGION = Gff3ErrorCode(Int8(2))INT_EMPTY = Gff3ErrorCode(Int8(3))INT_INVALID = Gff3ErrorCode(Int8(4))STRAND_INVALID = Gff3ErrorCode(Int8(5))PHASE_INVALID = Gff3ErrorCode(Int8(6))FIELD_COUNT = Gff3ErrorCode(Int8(7))COORD_ZERO = Gff3ErrorCode(Int8(8))
Fields
Section titled “Fields”- value (
Int8)
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, Deinitable, Equatable, ImplicitlyCopyable, Movable, RegisterPassable, TrivialRegisterPassable
Methods
Section titled “Methods”__init__
Section titled “__init__”fn def __init__(value: Int8) -> SelfArgs:
- value (
Int8)
Returns:
Self
__eq__
Section titled “__eq__”fn def __eq__(self, other: Self) -> BoolArgs:
- self (
Self) - other (
Self)
Returns:
Bool
__ne__
Section titled “__ne__”fn def __ne__(self, other: Self) -> BoolArgs:
- self (
Self) - other (
Self)
Returns:
Bool
message
Section titled “message”fn def message(self) -> StringArgs:
- self (
Self)
Returns:
String