Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/consensus-shipyard/ipc
/ ServerError
Class
ServerError
ipc/cli/src/commands/ui/api/types.rs:267–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
#[derive(Debug)]
266
#[allow(dead_code)]
267
pub struct ServerError(pub String);
268
269
impl warp::reject::Reject for ServerError {}
Callers
15
handle_send_test_transaction
Function · 0.85
handle_approve_subnet
Function · 0.85
handle_list_pending_approvals
Function · 0.85
handle_add_validator
Function · 0.85
handle_remove_validator
Function · 0.85
handle_update_validator_stake
Function · 0.85
handle_set_federated_power
Function · 0.85
handle_subnet_stats
Function · 0.85
handle_subnet_status
Function · 0.85
handle_get_instances
Function · 0.85
handle_get_instance
Function · 0.85
handle_generate_node_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected