Metis Runtime Exception
A runtime exception that can be thrown from Metis code.
Parameters
The type of the exception.
The message of the exception.
The companion data of the exception.
The cause of the exception.
Constructors
Functions
Adds a stack frame to the backtrace.
Converts this value to a kotlin.Boolean, or throws an error if it cannot be converted.
Converts this value to a Value.Bytes, or throws an error if it cannot be converted.
Converts this value to a Double, or throws an error if it cannot be converted.
Converts this value to a Value.List, or throws an error if it cannot be converted.
Look up a value in this value.
Look up a successive sequence of strings in this value.
If this value is null, return Value.Null, otherwise return this value.
Sets a value in this value, or throws an error if it cannot be set.
Converts this value to a String, or throws an error if it cannot be converted.
Converts this value to a Value.Table, or throws an error if it cannot be converted.