Table of Contents

Class GPUError

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The GPUError interface of the {{domxref("WebGPU API", "WebGPU API", "", "nocode")}} is the base interface for errors surfaced by PopErrorScope() and the GPUDevice.Uncapturederror event.

[Value("GPUError")]
public class GPUError
Inheritance
GPUError
Derived
Inherited Members

Remarks

Constructors

GPUError()

public GPUError()

Properties

Message

The message read-only property of the
GPUError interface provides a human-readable message that explains why the error occurred.

[Value("message")]
public string Message { get; }

Property Value

string

A string.

Remarks