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

Function stageError

pdal/PipelineManager.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102{
103
104pdal_error stageError(const std::string& cls, const std::string& type)
105{
106 std::ostringstream ss;
107 ss << "Couldn't create " << cls << " stage of type '" << type << "'.\n";
108 ss << "You probably have a version of PDAL that didn't come with a plugin\n"
109 "you're trying to load. Please see the FAQ at https://pdal.org/faq.html";
110 return pdal_error(ss.str());
111}
112
113}
114

Callers 1

Calls 1

strMethod · 0.80

Tested by

no test coverage detected