Lavacord
    Preparing search index...
    type ErrorResponse = {
        error: string;
        message: string;
        path: string;
        status: number;
        timestamp: number;
        trace?: string;
    }
    Index

    Properties

    error: string
    message: string
    path: string
    status: number
    timestamp: number
    trace?: string