Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 523 Bytes

error-info-and-debugging.md

File metadata and controls

24 lines (12 loc) · 523 Bytes

Error Info and Debugging

Error Information

getLastError()

Return message from last error encountered

getLastErrNo()

Return code from last error encountered

Utility methods

These methods expose internal data and may be useful in debugging and utility creation. Be aware, however, the internal mechanisms they expose will change over time.

dumpTables()

Development function that returns the raw tables array

dumpQueue()

Development only function the returns the raw work queue