@globalleaderboards/sdk - v0.5.0
    Preparing search index...

    Interface ApiErrorResponse

    API error response

    interface ApiErrorResponse {
        error: {
            code: string;
            message: string;
            details?: Record<string, unknown>;
        };
        timestamp: string;
        requestId?: string;
    }
    Index

    Properties

    error: { code: string; message: string; details?: Record<string, unknown> }
    timestamp: string
    requestId?: string