Enum sway_libs::admin::errors::AdminError
pub enum AdminError {
/// Emitted when the caller is not an admin.
NotAdmin: (),
}
Expand description
Error log for when access is denied.
Variants
NotAdmin: ()
Emitted when the caller is not an admin.