NextGIS Frontend
    Preparing search index...

    Interface RespError

    interface RespError {
        exception: "ValidationError";
        message: string;
        serializer: string;
    }
    Index
    exception: "ValidationError"
    message: string
    serializer: string