Source position: libwasmedge.pp line 206
type TWasmEdge_ErrCode = ( |
WasmEdge_ErrCode_Success = $00, |
WasmEdge_ErrCode_Terminated = $01, |
WasmEdge_ErrCode_RuntimeError = $02, |
WasmEdge_ErrCode_CostLimitExceeded = $03, |
WasmEdge_ErrCode_WrongVMWorkflow = $04, |
WasmEdge_ErrCode_FuncNotFound = $05, |
WasmEdge_ErrCode_AOTDisabled = $06, |
WasmEdge_ErrCode_Interrupted = $07, |
WasmEdge_ErrCode_NotValidated = $08, |
WasmEdge_ErrCode_UserDefError = $09, |
WasmEdge_ErrCode_IllegalPath = $20, |
WasmEdge_ErrCode_ReadError = $21, |
WasmEdge_ErrCode_UnexpectedEnd = $22, |
WasmEdge_ErrCode_MalformedMagic = $23, |
WasmEdge_ErrCode_MalformedVersion = $24, |
WasmEdge_ErrCode_MalformedSection = $25, |
WasmEdge_ErrCode_SectionSizeMismatch = $26, |
WasmEdge_ErrCode_LengthOutOfBounds = $27, |
WasmEdge_ErrCode_JunkSection = $28, |
WasmEdge_ErrCode_IncompatibleFuncCode = $29, |
WasmEdge_ErrCode_IncompatibleDataCount = $2A, |
WasmEdge_ErrCode_DataCountRequired = $2B, |
WasmEdge_ErrCode_MalformedImportKind = $2C, |
WasmEdge_ErrCode_MalformedExportKind = $2D, |
WasmEdge_ErrCode_ExpectedZeroByte = $2E, |
WasmEdge_ErrCode_InvalidMut = $2F, |
WasmEdge_ErrCode_TooManyLocals = $30, |
WasmEdge_ErrCode_MalformedValType = $31, |
WasmEdge_ErrCode_MalformedElemType = $32, |
WasmEdge_ErrCode_MalformedRefType = $33, |
WasmEdge_ErrCode_MalformedUTF8 = $34, |
WasmEdge_ErrCode_IntegerTooLarge = $35, |
WasmEdge_ErrCode_IntegerTooLong = $36, |
WasmEdge_ErrCode_IllegalOpCode = $37, |
WasmEdge_ErrCode_ENDCodeExpected = $38, |
WasmEdge_ErrCode_IllegalGrammar = $39, |
WasmEdge_ErrCode_SharedMemoryNoMax = $3A, |
WasmEdge_ErrCode_IntrinsicsTableNotFound = $3B, |
WasmEdge_ErrCode_InvalidAlignment = $40, |
WasmEdge_ErrCode_TypeCheckFailed = $41, |
WasmEdge_ErrCode_InvalidLabelIdx = $42, |
WasmEdge_ErrCode_InvalidLocalIdx = $43, |
WasmEdge_ErrCode_InvalidFuncTypeIdx = $44, |
WasmEdge_ErrCode_InvalidFuncIdx = $45, |
WasmEdge_ErrCode_InvalidTableIdx = $46, |
WasmEdge_ErrCode_InvalidMemoryIdx = $47, |
WasmEdge_ErrCode_InvalidGlobalIdx = $48, |
WasmEdge_ErrCode_InvalidElemIdx = $49, |
WasmEdge_ErrCode_InvalidDataIdx = $4A, |
WasmEdge_ErrCode_InvalidRefIdx = $4B, |
WasmEdge_ErrCode_ConstExprRequired = $4C, |
WasmEdge_ErrCode_DupExportName = $4D, |
WasmEdge_ErrCode_ImmutableGlobal = $4E, |
WasmEdge_ErrCode_InvalidResultArity = $4F, |
WasmEdge_ErrCode_MultiTables = $50, |
WasmEdge_ErrCode_MultiMemories = $51, |
WasmEdge_ErrCode_InvalidLimit = $52, |
WasmEdge_ErrCode_InvalidMemPages = $53, |
WasmEdge_ErrCode_InvalidStartFunc = $54, |
WasmEdge_ErrCode_InvalidLaneIdx = $55, |
WasmEdge_ErrCode_ModuleNameConflict = $60, |
WasmEdge_ErrCode_IncompatibleImportType = $61, |
WasmEdge_ErrCode_UnknownImport = $62, |
WasmEdge_ErrCode_DataSegDoesNotFit = $63, |
WasmEdge_ErrCode_ElemSegDoesNotFit = $64, |
WasmEdge_ErrCode_WrongInstanceAddress = $80, |
WasmEdge_ErrCode_WrongInstanceIndex = $81, |
WasmEdge_ErrCode_InstrTypeMismatch = $82, |
WasmEdge_ErrCode_FuncSigMismatch = $83, |
WasmEdge_ErrCode_DivideByZero = $84, |
WasmEdge_ErrCode_IntegerOverflow = $85, |
WasmEdge_ErrCode_InvalidConvToInt = $86, |
WasmEdge_ErrCode_TableOutOfBounds = $87, |
WasmEdge_ErrCode_MemoryOutOfBounds = $88, |
WasmEdge_ErrCode_Unreachable = $89, |
WasmEdge_ErrCode_UninitializedElement = $8A, |
WasmEdge_ErrCode_UndefinedElement = $8B, |
WasmEdge_ErrCode_IndirectCallTypeMismatch = $8C, |
WasmEdge_ErrCode_HostFuncError = $8D, |
WasmEdge_ErrCode_RefTypeMismatch = $8E, |
WasmEdge_ErrCode_UnalignedAtomicAccess = $8F, |
WasmEdge_ErrCode_ExpectSharedMemory = $90 |
); |