native

dbg_fmt_error

Syntax

native dbg_fmt_error(buffer[], maxLength);

Description

Retrieves the formatted error string from a trace.

Parameters

buffer Buffer to copy error message to
maxLength Maximum buffer size

Note

The string format is generally: "Run time error <errno>: <description>"

Return

1 on success, 0 if no trace data is available