Module error

Source
Expand description

Shared types for WebGPU errors. See also: https://gpuweb.github.io/gpuweb/#errors-and-debugging

Enums§

ErrorType
A classification of WebGPU error for implementers of the WebGPU API to use in their own error layer(s).

Traits§

WebGpuError
A trait for querying the ErrorType classification of an error.