← Standard library

HostError

sealed error HostError
import HostError from Wax;

Structured information about a failure crossing from host code into Wax. Host-specific type, message, and detail strings may be absent.

HostError.wax:5

Inherits from Error. Follow these links for inherited members.

Members

errorTypefield

public string? errorType

Optional host error or exception type name.

HostError.wax:10

errorMessagefield

public string? errorMessage

Optional human-readable host failure message.

HostError.wax:14

detailsfield

public string? details

Optional additional host-provided diagnostic details.

HostError.wax:18

constructorconstructor

public constructor ()

Provided by the compiler.