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

    Interface NotFoundError

    Resource not found error response

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

    Properties

    Properties

    error: string

    Error type

    message: string

    Human-readable error message