GPUInternalError

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

The GPUInternalError interface of the WebGPU API describes an application error indicating that an operation failed for a system or implementation-specific reason, even when all validation requirements were satisfied. 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.