MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / Error

Method Error

include/engine/plugins/plugin_base.hpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 };
94
95 Status Error(const std::string &code,
96 const std::string &message,
97 osrm::engine::api::ResultT &result) const
98 {
99 std::visit(ErrorRenderer(code, message), result);
100 return Status::Error;
101 }
102
103 // Decides whether to use the phantom candidates from big or small components if both are found.
104 std::vector<PhantomNodeCandidates>

Callers

nothing calls this directly

Calls 1

ErrorRendererClass · 0.85

Tested by

no test coverage detected