ConstantsΒ§
- ABI_
ERROR_ πENUMS - SIGNAL_
CONSTANTS π
FunctionsΒ§
- augment_
revert_ πreason - Return a human-readable error name decoded from the backendβs error response.
- extract_
log_ πresult_ error - Extract the last decoded error name from a
LogResult { results: [...] }block. - extract_
logdata_ πerror - Parse the LogData receipt before a Revert receipt for logId + discriminant.
- extract_
panic_ πreason - Extract a Fuel VM panic reason from
PanicInstruction { reason: ... }. - extract_
revert_ πcodes - Extract all revert codes from
Revert(DIGITS)andRevert { ra: DIGITS }. - format_
error π - Format a decoded error into the standard output string.
- recognize_
signal π - Identify Fuel VM signal constants from revert codes in text.
- variant_
to_ πqualified - Look up a variant name in ABI_ERROR_ENUMS and return the formatted error string. Returns the first match (most specific).
Type AliasesΒ§
- Error
Enum π