ValidationException
data class ValidationException
Fields
Name | Description |
---|---|
val errorMsg: String
|
|
val parseContext: ParseContext?
|
|
val rootCause: Throwable?
|
Constructors
<init>
constructor(errorMsg: String, parseContext: ParseContext?, rootCause: Throwable?)
Exception thrown during the validation process when an invalid WasmProgram is being analyzed.
Parameters
Name | Description |
---|---|
errorMsg: String
|
|
parseContext: ParseContext?
|
|
rootCause: Throwable?
|
Exception thrown during the validation process when an invalid WasmProgram is being analyzed.