ValidationException
class ValidationException : WebGpuRuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | androidx.webgpu.WebGpuRuntimeException | |||
| ↳ | androidx.webgpu.ValidationException |
Exception for Validation type errors.
Summary
Public constructors |
|---|
ValidationException(message: String) |
Inherited properties |
|---|
Public constructors
ValidationException
Added in 1.0.0-alpha05
ValidationException(message: String)
| Parameters | |
|---|---|
message: String |
A message explaining the error. |