pub enum SetProxyOwnerError {
/// Emitted when the owner state is being uninitialized.
CannotUninitialize: (),
}
Expand description
Error log for when setting proxy owner is denied.
Variants
CannotUninitialize: ()
Emitted when the owner state is being uninitialized.