pub const JUNO_ERROR_NO_TIMESTAMP: &str = "juno.error.no_timestamp_provided";
pub const JUNO_ERROR_TIMESTAMP_OUTDATED_OR_FUTURE: &str = "juno.error.timestamp_outdated_or_future";
pub const JUNO_ERROR_NO_VERSION: &str = "juno.error.no_version_provided";
pub const JUNO_ERROR_VERSION_OUTDATED_OR_FUTURE: &str = "juno.error.version_outdated_or_future";
pub const JUNO_ERROR_CONTROLLERS_MAX_NUMBER: &str = "juno.error.controllers.max_number";
pub const JUNO_ERROR_CONTROLLERS_ANONYMOUS_NOT_ALLOWED: &str =
"juno.error.controllers.anonymous_not_allowed";
pub const JUNO_ERROR_CONTROLLERS_REVOKED_NOT_ALLOWED: &str =
"juno.error.controllers.revoked_not_allowed";
pub const JUNO_ERROR_CONTROLLERS_ADMIN_NO_EXPIRY: &str = "juno.error.controllers.admin_no_expire";
pub const JUNO_ERROR_CONTROLLERS_EXPIRY_IN_PAST: &str = "juno.error.controllers.expiry_in_past";
pub const JUNO_ERROR_MEMORY_STABLE_EXCEEDED: &str = "juno.error.memory.stable_exceeded";
pub const JUNO_ERROR_MEMORY_HEAP_EXCEEDED: &str = "juno.error.memory.heap_exceeded";
pub const JUNO_ERROR_CYCLES_DEPOSIT_BALANCE_LOW: &str = "juno.error.cycles.deposit_balance_low";
pub const JUNO_ERROR_CYCLES_DEPOSIT_FAILED: &str = "juno.error.cycles.deposit_failed";
pub const JUNO_ERROR_CANISTER_CREATE_FAILED: &str = "juno.error.canister.create_failed";
pub const JUNO_ERROR_CANISTER_INSTALL_CODE_FAILED: &str = "juno.error.canister.install_code_failed";
pub const JUNO_ERROR_SEGMENT_STOP_FAILED: &str = "juno.error.segment.stop_failed";
pub const JUNO_ERROR_SEGMENT_DELETE_FAILED: &str = "juno.error.segment.delete_failed";
pub const JUNO_ERROR_CMC_CALL_LEDGER_FAILED: &str = "juno.error.cmc.call_ledger_failed";
pub const JUNO_ERROR_CMC_LEDGER_TRANSFER_FAILED: &str = "juno.error.cmc.ledger_transfer_failed";
pub const JUNO_ERROR_CMC_CALL_CREATE_CANISTER_FAILED: &str =
"juno.error.cmc.call_create_canister_failed";
pub const JUNO_ERROR_CMC_CREATE_CANISTER_FAILED: &str = "juno.error.cmc.create_canister_failed";
pub const JUNO_ERROR_CMC_INSTALL_CODE_FAILED: &str = "juno.error.cmc.install_code_failed";
pub const JUNO_ERROR_INVALID_REGEX: &str = "juno.error.invalid_regex";