Enum isbnid::isbn::ISBNError [] [src]

pub enum ISBNError {
    Format,
    CheckDigit,
    Bookland,
    Range,
}

Variants

String doesn't form a valid ISBN10 or ISBN13 number encoding

ISBN Check digit is not valid

ISBN13 Bookland encoding (EAN-13) is different form 978 or 979, or it is 979 when converting to ISBN10

ISBN doesn't belong to the ISBN International official range

Trait Implementations

impl Debug for ISBNError
[src]

[src]

Formats the value using the given formatter.