Vana SDK - v0.1.0
    Preparing search index...

    Interface RelayerErrorResponse

    Relayer error response

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

    Properties

    code: string

    Error code

    message: string

    Error message

    details?: Record<string, unknown>

    Additional error details

    requestId?: string

    Request ID for debugging

    timestamp: number

    Timestamp of error