Math3D Full Project API
    Preparing search index...

    Type Alias PythonWorkerDiagnosticsError

    type PythonWorkerDiagnosticsError = {
        at: number;
        category: PythonWorkerFailureCategory;
        code: string;
        context: string;
        detail: string;
        fatal: boolean;
        message: string;
    }
    Index

    Properties

    at: number
    code: string
    context: string
    detail: string
    fatal: boolean
    message: string