@watergis/maplibre-gl-terradraw
    Preparing search index...

    ValhallaError interface for error response from Valhalla API.

    interface ValhallaError {
        error: string;
        error_code: number;
        status: string;
        status_code: number;
    }
    Index

    Properties

    error: string
    error_code: number
    status: string
    status_code: number