pub type VmhError = Global;
enum VmhError {
Show 45 variants
Unnamed(String),
DbNotFound(String),
WasmWorkerError(String),
CannotBeNone(CannotBeNone),
BadBinaryFormat(BadBinaryFormat),
RoutineTimeout(RoutineTimeout),
TypeIdMismatch(TypeIdMismatch),
UnexpectedType(UnexpectedType),
InvalidFormat(InvalidFormat),
GasFeeExhausted(GasFeeExhausted),
WorkerCrashed(WorkerCrashed),
AccessNotPermitted(AccessNotPermitted),
ActorNotExist(ActorNotExist),
NotSupported(NotSupported),
ActorHostDropped(ActorHostDropped),
ActorDeactivating(ActorDeactivating),
InvocationTimeout(InvocationTimeout),
ChannelReceivingTimeout(ChannelReceivingTimeout),
BadWorkerOutput(BadWorkerOutput),
MissingCallingStack(MissingCallingStack),
InvokeDeserializeError(InvokeDeserializeError),
JsonSerde(String),
BincodeSerde(String),
FromUtf8(String),
StdIo(String),
ProstDecode(String),
ProstEncode(String),
TryFromIntError(String),
TryFromCharError(String),
TryFromSliceError(String),
ParseBool(String),
ParseInt(String),
ParseChar(String),
ParseFloat(String),
ParseAddr(String),
SystemTime(String),
ParseLevel(String),
SetLog(String),
Base64Decode(String),
HexDecode(String),
MpscRecv(String),
CrossbeamReceive(String),
ChannelReceive(String),
ChannelCanceled(String),
ChannelSend(String),
}