Docs.rs
bolt-lang-0.1.12
bolt-lang 0.1.12
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
GabrielePicco
Dependencies
ahash =0.8.11
normal
anchor-lang =0.30.1
normal
bolt-attribute-bolt-arguments =0.1.12
normal
bolt-attribute-bolt-component =0.1.12
normal
bolt-attribute-bolt-component-deserialize =0.1.12
normal
bolt-attribute-bolt-component-id =0.1.12
normal
bolt-attribute-bolt-delegate =0.1.12
normal
bolt-attribute-bolt-extra-accounts =0.1.12
normal
bolt-attribute-bolt-program =0.1.12
normal
bolt-attribute-bolt-system =0.1.12
normal
bolt-attribute-bolt-system-input =0.1.12
normal
bolt-system =0.1.12
normal
ephemeral-rollups-sdk =0.0.6
normal
serde ^1.0
normal
serde_json ^1.0
normal
world =0.1.12
normal
Versions
60%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bolt_
lang
0.1.12
Module program_
error
Module Items
Enums
Constants
Traits
In bolt_
lang::
solana_
program
bolt_lang
::
solana_program
Module
program_error
Copy item path
Source
Expand description
The
ProgramError
type and related definitions.
Enums
§
Program
Error
Reasons the program may fail
Constants
§
ACCOUNT_
ALREADY_
INITIALIZED
ACCOUNT_
BORROW_
FAILED
ACCOUNT_
DATA_
TOO_
SMALL
ACCOUNT_
NOT_
RENT_
EXEMPT
ARITHMETIC_
OVERFLOW
BORSH_
IO_
ERROR
BUILTIN_
PROGRAMS_
MUST_
CONSUME_
COMPUTE_
UNITS
CUSTOM_
ZERO
ILLEGAL_
OWNER
INCORRECT_
PROGRAM_
ID
INSUFFICIENT_
FUNDS
INVALID_
ACCOUNT_
DATA
INVALID_
ACCOUNT_
DATA_
REALLOC
INVALID_
ACCOUNT_
OWNER
INVALID_
ARGUMENT
INVALID_
INSTRUCTION_
DATA
INVALID_
SEEDS
MAX_
ACCOUNTS_
DATA_
ALLOCATIONS_
EXCEEDED
MAX_
INSTRUCTION_
TRACE_
LENGTH_
EXCEEDED
MAX_
SEED_
LENGTH_
EXCEEDED
MISSING_
REQUIRED_
SIGNATURES
NOT_
ENOUGH_
ACCOUNT_
KEYS
UNINITIALIZED_
ACCOUNT
UNSUPPORTED_
SYSVAR
Traits
§
Print
Program
Error