Module error

Module error 

Source
Expand description

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

Enums§

Error
Errors resulting from usage of GPU APIs.
ErrorFilter
Kinds of Errors a push_error_scope may be configured to catch.
ErrorType
A classification of WebGPU error for implementers of the WebGPU API to use in their own error layer(s).

Traits§

UncapturedErrorHandler
The callback of uncaptured_error
WebGpuError
A trait for querying the ErrorType classification of an error.

Type Aliases§

ErrorSource
Lower level source of the error.