Discolink
    Preparing search index...

    Interface RestError

    interface RestError {
        timestamp: number;
        status: number;
        error: string;
        trace?: string;
        message: string;
        path: string;
    }
    Index

    Properties

    timestamp: number

    The timestamp of the error in milliseconds since the Unix epoch

    status: number

    The HTTP status code

    error: string

    The HTTP status code message

    trace?: string

    The stack trace of the error when trace=true as query param has been sent

    message: string

    The error message

    path: string

    The request path