InternalException


class InternalException : WebGpuRuntimeException

kotlin.Any
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ androidx.webgpu.WebGpuRuntimeException
         โ†ณ androidx.webgpu.InternalException

Exception for Internal type errors.

Summary

Public constructors

Public constructors

InternalException

Added in 1.0.0-alpha05
InternalException(message: String)
Parameters
message: String

A message explaining the error.