MCPcopy Create free account
hub / github.com/PDAL/PDAL / lastError

Function lastError

pdal/private/gdal/GDALUtils.cpp:148–151  ·  view source on GitHub ↗

Get the last error from a GDAL/OGR operation as a string. \return Error message. */

Source from the content-addressed store, hash-verified

146 \return Error message.
147*/
148std::string lastError()
149{
150 return CPLGetLastErrorMsg();
151}
152
153
154/**

Callers 1

reprojectBoxToDDMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected