Enum public_traits::errors::MentatError [] [src]

pub enum MentatError {
    BadUuid(String),
    PathAlreadyExists(String),
    UnboundVariables(BTreeSet<String>),
    InvalidArgumentName(String),
    UnknownAttribute(String),
    InvalidVocabularyVersion,
    ConflictingAttributeDefinitions(Stringu32StringAttributeAttribute),
    ExistingVocabularyTooNew(Stringu32u32),
    UnexpectedCoreSchema(u32Option<u32>),
    UnexpectedLostTransactRace,
    MissingCoreVocabulary(Keyword),
    PreparedQuerySchemaMismatch,
    ValueTypeMismatch(ValueTypeValueType),
    IoError(Error),
    NotYetImplemented(String),
    RusqliteError(String),
    EdnParseError(ParseError),
    DbError(DbError),
    AlgebrizerError(AlgebrizerError),
    ProjectorError(ProjectorError),
    PullError(PullError),
    SQLError(SQLError),
    TolstoyError(TolstoyError),
}

Variants

We're just not done yet. Message that the feature is recognized but not yet implemented.

Trait Implementations

impl Debug for MentatError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for MentatError
[src]

[src]

Performs the conversion.

impl From<Error> for MentatError
[src]

[src]

Performs the conversion.

impl From<ParseError> for MentatError
[src]

[src]

Performs the conversion.

impl From<DbError> for MentatError
[src]

[src]

Performs the conversion.

impl From<AlgebrizerError> for MentatError
[src]

[src]

Performs the conversion.

impl From<ProjectorError> for MentatError
[src]

[src]

Performs the conversion.

impl From<PullError> for MentatError
[src]

[src]

Performs the conversion.

impl From<SQLError> for MentatError
[src]

[src]

Performs the conversion.

impl From<TolstoyError> for MentatError
[src]

[src]

Performs the conversion.