Docs.rs
  • miraland-program-1.19.2
    • miraland-program 1.19.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • miralandlabs
    • Dependencies
      • bincode ^1.3.3 normal
      • blake3 ^1.5.1 normal
      • borsh ^1.5.1 normal
      • borsh ^0.10.3 normal
      • borsh ^0.9.3 normal
      • bs58 ^0.5.1 normal
      • bv ^0.11.1 normal
      • bytemuck ^1.19.0 normal
      • itertools ^0.12.1 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.21 normal
      • memoffset ^0.9 normal
      • miraland-frozen-abi =1.19.2 normal
      • miraland-frozen-abi-macro =1.19.2 normal
      • miraland-sdk-macro =1.19.2 normal
      • num-derive ^0.4 normal
      • num-traits ^0.2 normal
      • rustversion ^1.0.17 normal
      • serde ^1.0.203 normal
      • serde_bytes ^0.11.14 normal
      • serde_derive ^1.0.203 normal
      • serde_json ^1.0.117 normal
      • sha2 ^0.10.8 normal
      • sha3 ^0.10.8 normal
      • thiserror ^1.0.61 normal
      • anyhow ^1.0.82 dev
      • array-bytes =1.4.1 dev
      • assert_matches ^1.5.0 dev
      • serde_json ^1.0.117 dev
      • static_assertions ^1.1.0 dev
      • rustc_version ^0.4 build
      • cc ^1.0.83 build
      • ark-bn254 ^0.4.0 normal
      • ark-ec ^0.4.0 normal
      • ark-ff ^0.4.0 normal
      • ark-serialize ^0.4.0 normal
      • base64 ^0.22.1 normal
      • bitflags ^2.5.0 normal
      • curve25519-dalek ^3.2.1 normal
      • itertools ^0.12.1 normal
      • libc ^0.2.155 normal
      • libsecp256k1 ^0.6.0 normal
      • light-poseidon ^0.2.0 normal
      • num-bigint ^0.4.5 normal
      • rand ^0.8.5 normal
      • tiny-bip39 ^0.8.2 normal
      • wasm-bindgen ^0.2 normal
      • zeroize ^1.3 normal
      • arbitrary ^1.4.0 dev
      • miraland-logger =1.19.2 dev
      • parking_lot ^0.12 normal
      • console_error_panic_hook ^0.1.7 normal
      • console_log ^0.2.2 normal
      • getrandom ^0.2.10 normal
      • js-sys ^0.3.69 normal
      • getrandom ^0.2.10 normal
    • Versions
    • 52.38% of the crate is documented
  • Platform
    • 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

miraland_program1.19.2

Module program_error

Module Items

  • Enums
  • Constants
  • Traits

In crate miraland_program

miraland_program

Module program_error

Source
Expand description

The ProgramError type and related definitions.

Enums§

ProgramError
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
IMMUTABLE
INCORRECT_AUTHORITY
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§

PrintProgramError