OpenClaw SDK
    Preparing search index...

    Interface ErrorShape

    interface ErrorShape {
        code: string;
        message: string;
        details?: unknown;
        retryable?: boolean;
        retryAfterMs?: number;
    }
    Index

    Properties

    code: string
    message: string
    details?: unknown
    retryable?: boolean
    retryAfterMs?: number