GPUValidationError

open class GPUValidationError(message: String) : GPUError(source)

The GPUValidationError interface of the WebGPU API describes an application error indicating that an operation did not pass the WebGPU API's validation constraints. Available only in secure contexts.

MDN Reference

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

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