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(0)VERSION = Gff3ErrorCode(1)SEQ_REGION = Gff3ErrorCode(2)INT_EMPTY = Gff3ErrorCode(3)INT_INVALID = Gff3ErrorCode(4)STRAND_INVALID = Gff3ErrorCode(5)PHASE_INVALID = Gff3ErrorCode(6)FIELD_COUNT = Gff3ErrorCode(7)
Fields
Section titled “Fields”- value (
Int8)
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, Equatable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable
Methods
Section titled “Methods”__init__
Section titled “__init__”def __init__(value: Int8) -> SelfArgs:
- value (
Int8)
Returns:
Self
__eq__
Section titled “__eq__”def __eq__(self, other: Self) -> BoolArgs:
- self (
Self) - other (
Self)
Returns:
Bool
__ne__
Section titled “__ne__”def __ne__(self, other: Self) -> BoolArgs:
- self (
Self) - other (
Self)
Returns:
Bool
message
Section titled “message”def message(self) -> StringArgs:
- self (
Self)
Returns:
String