Vana SDK - v2.2.2
    Preparing search index...

    Interface RelayerErrorResponse

    Represents an error response from the relayer service.

    Provides structured error information including codes, messages, and debugging details for error handling and recovery.

    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