interface GPUError
The GPUError
interface of the WebGPU API is the base interface for errors surfaced by GPUDevice.popErrorScope and the GPUDevice.uncapturederror_event event.
Available only in secure contexts.
Properties #
The message
read-only property of the A string.
The message
read-only property of the GPUError interface provides a human-readable message that explains why the error occurred.