MCPcopy Create free account
hub / github.com/DFHack/dfhack / ErrorId

Method ErrorId

depends/tinyxml/tinyxml.h:1468–1468  ·  view source on GitHub ↗

Generally, you probably want the error string ( ErrorDesc() ). But if you prefer the ErrorId, this function will fetch it. */

Source from the content-addressed store, hash-verified

1466 prefer the ErrorId, this function will fetch it.
1467 */
1468 int ErrorId() const { return errorId; }
1469
1470 /** Returns the location (if known) of the error. The first column is column 1,
1471 and the first row is row 1. A value of 0 means the row and column wasn't applicable

Callers 1

loadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected