DawnException


class DawnException : Exception


Exception for errors originating from the Dawn WebGPU library that do not fit into more specific WebGPU error categories.

Summary

Public constructors

Public constructors

DawnException

Added in 1.0.0-alpha04
DawnException(message: String)
Parameters
message: String

A detailed message explaining the error.