Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/solana-program/system
/ from
Method
from
clients/rust/src/generated/errors/system.rs:43–45 ·
view source on GitHub ↗
(e: SystemError)
Source
from the content-addressed store, hash-verified
41
42
impl From<SystemError> for solana_program_error::ProgramError {
43
fn from(e: SystemError) -> Self {
44
solana_program_error::ProgramError::Custom(e as u32)
45
}
46
}
Callers
2
createAccount.test.ts
File · 0.80
createAccountWithSeed.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected