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.