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

    Interface UnauthorizedError

    Authentication error response

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

    Properties

    Properties

    error: string

    Error type

    message: string

    Human-readable error message