Skip to main content

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.

MDN Reference

Properties #

#message: string
readonly

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.

MDN Reference

Did you find what you needed?

Privacy policy