Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ SyscallError
Class
SyscallError
euralios_std/src/syscalls.rs:161–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
/// Represents an error returned by a syscall
160
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
161
pub struct SyscallError(u64);
162
163
impl SyscallError {
164
pub fn new(value: u64) -> SyscallError {
Callers
13
new
Method · 0.85
thread_spawn
Function · 0.85
receive
Function · 0.85
send
Function · 0.85
send_receive
Function · 0.85
_open
Function · 0.85
malloc
Function · 0.85
new_rendezvous
Function · 0.85
exec
Function · 0.85
mount
Function · 0.85
list_mounts
Function · 0.85
umount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected