@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface CircuitBreakerOpenError

    Error thrown when the circuit is OPEN

    interface CircuitBreakerOpenError {
        "[symbolDefinitionIdentity]"?: object;
        data: { message: string };
        httpCode?: number;
        id: string;
        message: string;
        name: string;
        remediation?: string;
        stack?: string;
    }

    Hierarchy (View Summary)

    • RunnerError<{ message: string }>
      • CircuitBreakerOpenError
    Index

    Properties

    "[symbolDefinitionIdentity]"?: object
    data: { message: string }
    httpCode?: number
    id: string
    message: string
    name: string
    remediation?: string
    stack?: string