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

    Interface InternalServerError

    Internal server error response

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

    Properties

    Properties

    error: string

    Error type

    message: string

    Human-readable error message