ValidationException

ValidationException

data class ValidationException

Exception thrown during the validation process when an invalid WasmProgram is being analyzed.

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?