brepjs API Reference
    Preparing search index...

    Interface ErrorResponse

    Response indicating that the requested operation failed.

    interface ErrorResponse {
        error: string;
        id: string;
        success: false;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: string

    Human-readable error message describing the failure.

    id: string

    Matches the WorkerRequest.id of the originating request.

    success: false

    Discriminant: true for success, false for error.