@transreport/pauk-passenger-api
    Preparing search index...

    Interface NotFoundError

    Resource not found error response

    interface NotFoundError {
        error: string;
        message: string;
    }
    Index
    error: string

    Error type

    message: string

    Human-readable error message