@iwpnd/valhalla-ts
Version:
A nodejs client and helper utilities for valhalla routing engine
11 lines • 328 B
TypeScript
export interface ErrorResponse {
/**
* for detailed run-down see
* [here](https://valhalla.github.io/valhalla/api/turn-by-turn/api-reference/#http-status-codes-and-conditions)
*/
status: string;
status_message: string;
error_code?: string;
error?: string;
}
//# sourceMappingURL=error.d.ts.map