Enum governance_os_pallet_organizations::Error [−][src]
pub enum Error<T: Config> { CounterOverflow, NotAnOrganization, ProposalDuplicate, ProposalNotForOrganization, ProposalNotFound, ProposalCanNotBeClosed, ProposalDecodingFailure, TooSmallWeightBound, // some variants omitted }
Variants
We have created the maximum number of organizations, a runtime upgrade may be necessary.
This call can only be executed by an organization.
A similar proposal already exists.
The proposal is not linked to this organization.
The proposal does not exists, maybe it was already closed.
This proposal can not be closed yet. It probably needs to wait for more votes.
The proposal code couldn’t be decoded for some reason. This isn’t expected to ever happen and thus should be reported upstream.
The weight passed to the function is too small.
Trait Implementations
impl<T: Config> ModuleErrorMetadata for Error<T>
[src]
impl<T: Config> ModuleErrorMetadata for Error<T>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for Error<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Error<T> where
T: Send,
T: Send,
impl<T> Sync for Error<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Error<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Error<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> CheckedConversion for T
[src]
impl<T> CheckedConversion for T
[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src]
Self: TryInto<T>,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<T> SaturatedConversion for T
[src]
impl<T> SaturatedConversion for T
[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
[src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
[src]
Self: UniqueSaturatedInto<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]pub fn unique_saturated_into(self) -> T
[src]
impl<T> WithPostDispatchInfo for T where
T: Into<DispatchError>,
[src]
impl<T> WithPostDispatchInfo for T where
T: Into<DispatchError>,
[src]pub fn with_weight(
self,
actual_weight: u64
) -> DispatchErrorWithPostInfo<PostDispatchInfo>
[src]
self,
actual_weight: u64
) -> DispatchErrorWithPostInfo<PostDispatchInfo>
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,