// Caller is not an admin controller of the satellite.
pub const JUNO_AUTH_ERROR_NOT_ADMIN_CONTROLLER: &str = "juno.auth.error.not_admin_controller";
// Caller is not an admin or write controller of the satellite.
pub const JUNO_AUTH_ERROR_NOT_WRITE_CONTROLLER: &str = "juno.auth.error.not_write_controller";
// Caller is not a controller of the satellite.
pub const JUNO_AUTH_ERROR_NOT_CONTROLLER: &str = "juno.auth.error.not_controller";
// Caller is not allowed to use any services of the satellite.
pub const JUNO_AUTH_ERROR_CALLER_NOT_ALLOWED: &str = "juno.auth.error.caller.not_allowed";