holochain_conductor_api 0.6.0

Message types for Holochain admin and app interface protocols
Documentation
1
2
3
4
5
//! What the conductor process looks like as an interface.

/// The error code that the conductor process will exit with if it fails to
/// start for any reason.
pub const ERROR_CODE: i32 = 42;