Enum pcsc::Error [] [src]

#[repr(u32)]
pub enum Error { InternalError, Cancelled, InvalidHandle, InvalidParameter, InvalidTarget, NoMemory, WaitedTooLong, InsufficientBuffer, UnknownReader, Timeout, SharingViolation, NoSmartcard, UnknownCard, CantDispose, ProtoMismatch, NotReady, InvalidValue, SystemCancelled, CommError, UnknownError, InvalidAtr, NotTransacted, ReaderUnavailable, Shutdown, PciTooSmall, ReaderUnsupported, DuplicateReader, CardUnsupported, NoService, ServiceStopped, IccInstallation, IccCreateorder, UnsupportedFeature, DirNotFound, FileNotFound, NoDir, NoFile, NoAccess, WriteTooMany, BadSeek, InvalidChv, UnknownResMng, NoSuchCertificate, CertificateUnavailable, NoReadersAvailable, CommDataLost, NoKeyContainer, ServerTooBusy, UnsupportedCard, UnresponsiveCard, UnpoweredCard, ResetCard, RemovedCard, SecurityViolation, WrongChv, ChvBlocked, Eof, CancelledByUser, CardNotAuthenticated, CacheItemNotFound, CacheItemStale, CacheItemTooBig, }

Possible library errors.

See pcsclite, MSDN.

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Error
[src]

impl PartialEq for Error
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Error
[src]

impl Hash for Error
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Error for Error
[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 Error
[src]

[src]

Formats the value using the given formatter. Read more