// file: crates/ksp-interface-lib/src/error.rs // version: 1 /// Error code used when a bounded passive Program instruction contract exceeds one of its Interface-owned admission limits. pub const ERROR_CODE_PROGRAM_INSTRUCTION_LIMIT_EXCEEDED: ksp_core_lib::ErrorCode = ksp_core_lib::ErrorCode::new("interface", "program_instruction_limit_exceeded");