The GPUError interface of the WebGPU API is the base interface for errors surfaced by GPUDevice.popErrorScope and the uncapturederror event. Available only in secure contexts.
GPUError
MDN Reference
Readonly
The message read-only property of the GPUError interface provides a human-readable message that explains why the error occurred.
message
The
GPUErrorinterface of the WebGPU API is the base interface for errors surfaced by GPUDevice.popErrorScope and the uncapturederror event. Available only in secure contexts.MDN Reference