WasmExecutionException

class WasmExecutionException(message: String, cause: Throwable? = null) : WasmException

Thrown by an Op returned from WasmRuntime.load when the WASM module traps or raises an unhandled exception at runtime, or exceeds the sandbox's execution-time budget (WasmSandboxConfig.executionTimeout).

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?