dbg_fmt_error
- Синтаксис
-
native dbg_fmt_error(buffer[], maxLength);
Переменная | Описание |
---|---|
buffer |
Buffer to copy error message to |
maxLength |
Maximum buffer size |
- Описание
- Retrieves the formatted error string from a trace.
- Пометка
-
The string format is generally: "Run time error <errno>: <description>"
- Возвращает
- 1 on success, 0 if no trace data is available