Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPUPipelineError
GPUPipeline
Error
open
class
GPUPipelineError
(
val
message
:
String
,
options
:
GPUPipelineErrorInit
)
:
DOMException
(
source
)
Available only in secure contexts.
MDN Reference
Members
Constructors
GPUPipeline
Error
Link copied to clipboard
constructor
(
message
:
String
,
options
:
GPUPipelineErrorInit
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
MDN Reference
name
Link copied to clipboard
val
name
:
JsErrorName
MDN Reference
reason
Link copied to clipboard
val
reason
:
GPUPipelineErrorReason
MDN Reference