Enum crfsuite::CrfError [] [src]

pub enum CrfError {
    CrfSuiteError(CrfSuiteError),
    CreateInstanceError(String),
    ParamNotFound(String),
    AlgorithmNotSelected,
    EmptyData,
    InvalidArgument(String),
    ValueError(String),
}

Variants

Errors from crfsuite ffi functions

Create instance error

Parameter not found

Trainer algorithm not selected

Trainer data is empty

Invalid argument

Invalid value

Trait Implementations

impl Debug for CrfError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CrfError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CrfError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Error for CrfError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for CrfError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CrfError

impl Sync for CrfError