near-vm-errors 0.16.1

Error that can occur inside Near Runtime encapsulated in a separate crate. Might merge it later.
Documentation
[package]
name = "near-vm-errors"
version = "0.16.1"
authors.workspace = true
publish = true
# Please update rust-toolchain.toml as well when changing version here:
rust-version.workspace = true
edition.workspace = true
license = "MIT OR Apache-2.0"
readme = "README.md"
categories = ["wasm"]
repository = "https://github.com/near/nearcore"
description = """
Error that can occur inside Near Runtime encapsulated in a separate crate. Might merge it later.
"""

[dependencies]
borsh.workspace = true
serde.workspace = true
strum.workspace = true
thiserror.workspace = true

near-account-id = { path = "../../core/account-id", version = "0.16.1" }
near-rpc-error-macro = { path = "../../tools/rpctypegen/macro", version = "0.16.1" }

[features]
dump_errors_schema = ["near-rpc-error-macro/dump_errors_schema"]