Constants§
- BUFFER_
TOO_ SMALL - DATA_
FIELD_ TOO_ LARGE - DECODING_
ERROR - FIELD_
NOT_ FOUND - INDEX_
OUT_ OF_ BOUNDS - INTERNAL_
ERROR - INVALID_
ACCOUNT - INVALID_
FIELD - INVALID_
PARAMS - INVALID_
SLOT - LEDGER_
OBJ_ NOT_ FOUND - LOCATOR_
MALFORMED - NOT_
LEAF_ FIELD - NO_
ARRAY - NO_
FREE_ SLOTS - NO_
MEM_ EXPORTED - POINTER_
OUT_ OF_ BOUNDS - SLOT_
OUT_ RANGE
Functions§
- match_
result_ code - Evaluates a result code and executes a closure on success (result_code > 0).
- match_
result_ code_ optional - match_
result_ code_ with_ expected_ bytes - Evaluates a result code against an expected number of bytes and executes a closure on exact match.
- match_
result_ code_ with_ expected_ bytes_ optional