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

    Interface ForbiddenError

    Authorization error response

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

    Properties

    Properties

    error: string

    Error type

    message: string

    Human-readable error message