Same error taxonomy as DataSourceRuntimeHost::fail (the sibling ingest surface), under this host's own domain.
| 123 | // Same error taxonomy as DataSourceRuntimeHost::fail (the sibling ingest |
| 124 | // surface), under this host's own domain. |
| 125 | bool parserIngestFail(PJ_error_t* out_error, const char* msg) noexcept { |
| 126 | sdk::fillError(out_error, 1, "pj.runtime.toolbox_ingest", msg); |
| 127 | return false; |
| 128 | } |
| 129 | } // namespace |
| 130 | |
| 131 | bool ToolboxRuntimeHost::onCreateParserIngest( |
no outgoing calls
no test coverage detected