WasiException

class WasiException(val errorCode: Int) : RuntimeException

Thrown when a WASI call fails. TODO Introduce an ErrorCode enum based on the one from wasi-filesystem

Parameters

errorCode

The error code returned by the WASI call.

Constructors

Link copied to clipboard
constructor(errorCode: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

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