GPUPipelineError

The GPUPipelineError interface of the WebGPU API describes a pipeline failure. Available only in secure contexts.

MDN Reference

Constructors

Link copied to clipboard
constructor(message: String, options: GPUPipelineErrorInit)

Properties

Link copied to clipboard
open override val message: String

The message read-only property of the DOMException interface returns a string representing a message or description associated with the given error name.

Link copied to clipboard

The name read-only property of the DOMException interface returns a string that contains one of the strings associated with an error name.

Link copied to clipboard

The reason read-only property of the GPUPipelineError interface defines the reason the pipeline creation failed in a machine-readable way.