Enum krecik::products::unexpected::Unexpected[][src]

pub enum Unexpected {
    URLConnectionProblem(StringString),
    TLSDomainExpired(Stringi32),
    AddressInvalid(StringStringString),
    HandlerFailed(String),
    HttpConnectionFailed(Stringu64),
    HttpCodeInvalid(Stringu32u32),
    ContentInvalid(StringString),
    ContentLengthInvalid(Stringusizeusize),
    CheckParseProblem(String),
    UnmatchedValidationCase(StringString),
}

Unexpected check result

Variants

URLConnectionProblem(StringString)

Failed to pass page expectation

TLSDomainExpired(Stringi32)

Failed to pass page expectation

AddressInvalid(StringStringString)

Failed to get expected Address

HandlerFailed(String)

Curl multi handler failure

HttpConnectionFailed(Stringu64)

Http connection failed

HttpCodeInvalid(Stringu32u32)

HttpCode (url, code)

ContentInvalid(StringString)

Content - expected content not found where expected

ContentLengthInvalid(Stringusizeusize)

Failed content length check

CheckParseProblem(String)

Check file parse error

UnmatchedValidationCase(StringString)

Not Implemented functionality

Trait Implementations

impl Clone for Unexpected[src]

impl Debug for Unexpected[src]

impl<'de> Deserialize<'de> for Unexpected[src]

impl Display for Unexpected[src]

impl Eq for Unexpected[src]

impl Fail for Unexpected[src]

impl Hash for Unexpected[src]

impl PartialEq<Unexpected> for Unexpected[src]

impl Serialize for Unexpected[src]

impl StructuralEq for Unexpected[src]

impl StructuralPartialEq for Unexpected[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> AsFail for T where
    T: Fail
[src]

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,