near-vm-errors 1.0.0

Error that can occur inside Near Runtime encapsulated in a separate crate. Might merge it later.
Documentation
[package]
name = "near-vm-errors"
version = "1.0.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
categories = ["wasm"]
repository = "https://github.com/nearprotocol/nearcore"
homepage = "https://github.com/nearprotocol/nearcore"
description = """
Error that can occur inside Near Runtime encapsulated in a separate crate. Might merge it later.
"""

[dependencies]
serde = { version = "1", features = ["derive"] }

borsh = "0.7.0"

near-rpc-error-macro = { path = "../../tools/rpctypegen/macro", version = "0.1.0" }

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