near-api-js - v7.0.4
    Preparing search index...

    Type Alias FunctionCallError

    FunctionCallError:
        | "WasmUnknownError"
        | "_EVMError"
        | { CompilationError: CompilationError }
        | { LinkError: { msg: string } }
        | { MethodResolveError: MethodResolveError }
        | { WasmTrap: WasmTrap }
        | { HostError: HostError }
        | { ExecutionError: string }

    Serializable version of near-vm-runner::FunctionCallError.

    Must never reorder/remove elements, can only add new variants at the end (but do that very carefully). It describes stable serialization format, and only used by serialization logic.