Enum ciboulette::CibouletteError[][src]

pub enum CibouletteError {
Show variants MainTypeClash, UnknownType(String), UnknownRelationship(StringString), UnknownField(StringString), UniqObj(StringString), UniqType(String), UniqRelationshipObject(StringString), UniqRelationship(StringString), MissingLink(StringString), NoCompleteLinkage(StringString), TypeNotInGraph(String), RelNotInGraph(StringString), KeyClash(StringCibouletteClashDirectionString), InvalidMemberName(String), AttributesIsNotAnObject, NoData, MissingId, BadIdType(CibouletteIdTypeCibouletteIdType), UnknownIdType(String), NoCompound, MissingAliasTranslation(StringString), MissingTypeInPath, BadPath, WrongIntention(CibouletteIntentionCibouletteIntention), WrongPathType(CiboulettePathTypeVec<CiboulettePathType>), ResponseTooManyMainData(String), UnknownError(String), SerdeJson(Error), UuidError(Error), ParseIntError(ParseIntError), SerdeUrlEncoded(Error), Url(ParseError),
}

Variants

MainTypeClash
UnknownType(String)
UnknownRelationship(StringString)
UnknownField(StringString)
UniqObj(StringString)
UniqType(String)
UniqRelationshipObject(StringString)
UniqRelationship(StringString)
NoCompleteLinkage(StringString)
TypeNotInGraph(String)
RelNotInGraph(StringString)
InvalidMemberName(String)
AttributesIsNotAnObject
NoData
MissingId
UnknownIdType(String)
NoCompound
MissingAliasTranslation(StringString)
MissingTypeInPath
BadPath
ResponseTooManyMainData(String)
UnknownError(String)

When there is a failure while deserializing the JSON

SerdeJson(Error)
UuidError(Error)
ParseIntError(ParseIntError)
SerdeUrlEncoded(Error)

Trait Implementations

impl Debug for CibouletteError[src]

impl Display for CibouletteError[src]

impl Error for CibouletteError[src]

impl From<Error> for CibouletteError[src]

impl From<Error> for CibouletteError[src]

impl From<Error> for CibouletteError[src]

impl From<ParseError> for CibouletteError[src]

impl From<ParseIntError> for CibouletteError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.