Enumeration HexInvalidReason

This enum is used to explain why parsing might have failed.

Enumeration Members

INVALID_HEX_CHARS: "invalid_hex_chars"
INVALID_LENGTH: "invalid_length"
TOO_SHORT: "too_short"

Generated using TypeDoc