public enum ErrorEnum extends Enum<ErrorEnum>
Enum Constant and Description |
---|
SCARD_E_BAD_SEEK
< There was an error trying to set the smart card file object pointer.
|
SCARD_E_CANCELLED
< The action was cancelled by an SCardCancel request.
|
SCARD_E_CANT_DISPOSE
< The system could not dispose of the media in the requested manner.
|
SCARD_E_CARD_UNSUPPORTED
< The smart card does not meet minimal requirements for support.
|
SCARD_E_CERTIFICATE_UNAVAILABLE
< The requested certificate could not be obtained.
|
SCARD_E_COMM_DATA_LOST
< A communications error with the smart card has been detected.
|
SCARD_E_DIR_NOT_FOUND
< The identified directory does not exist in the smart card.
|
SCARD_E_DUPLICATE_READER
< The reader driver did not produce a unique reader name.
|
SCARD_E_FILE_NOT_FOUND
< The identified file does not exist in the smart card.
|
SCARD_E_ICC_CREATEORDER
< The requested order of object creation is not supported.
|
SCARD_E_ICC_INSTALLATION
< No primary provider can be found for the smart card.
|
SCARD_E_INSUFFICIENT_BUFFER
< The data buffer to receive returned data is too small for the returned
data.
|
SCARD_E_INVALID_ATR
< An ATR obtained from the registry is not a valid ATR string.
|
SCARD_E_INVALID_CHV
< The supplied PIN is incorrect.
|
SCARD_E_INVALID_HANDLE
< The supplied handle was invalid.
|
SCARD_E_INVALID_PARAMETER
< One or more of the supplied parameters could not be properly
interpreted.
|
SCARD_E_INVALID_TARGET
< Registry startup information is missing or invalid.
|
SCARD_E_INVALID_VALUE
< One or more of the supplied parameters values could not be properly
interpreted.
|
SCARD_E_NO_ACCESS
< Access is denied to this file.
|
SCARD_E_NO_DIR
< The supplied path does not represent a smart card directory.
|
SCARD_E_NO_FILE
< The supplied path does not represent a smart card file.
|
SCARD_E_NO_KEY_CONTAINER
< The requested key container does not exist on the smart card.
|
SCARD_E_NO_MEMORY
< Not enough memory available to complete this command.
|
SCARD_E_NO_READERS_AVAILABLE
< Cannot find a smart card reader.
|
SCARD_E_NO_SERVICE
< The Smart card resource manager is not running.
|
SCARD_E_NO_SMARTCARD
< The operation requires a Smart Card, but no Smart Card is currently in
the device.
|
SCARD_E_NO_SUCH_CERTIFICATE
< The requested certificate does not exist.
|
SCARD_E_NOT_READY
< The reader or smart card is not ready to accept commands.
|
SCARD_E_NOT_TRANSACTED
< An attempt was made to end a non-existent transaction.
|
SCARD_E_PCI_TOO_SMALL
< The PCI Receive buffer was too small.
|
SCARD_E_PROTO_MISMATCH
< The requested protocols are incompatible with the protocol currently in
use with the smart card.
|
SCARD_E_READER_UNAVAILABLE
< The specified reader is not currently available for use.
|
SCARD_E_READER_UNSUPPORTED
< The reader driver does not meet minimal requirements for support.
|
SCARD_E_SERVER_TOO_BUSY
< The Smart Card Resource Manager is too busy to complete this operation.
|
SCARD_E_SERVICE_STOPPED
< The Smart card resource manager has shut down.
|
SCARD_E_SHARING_VIOLATION
< The smart card cannot be accessed because of other connections
outstanding.
|
SCARD_E_SYSTEM_CANCELLED
< The action was cancelled by the system, presumably to log off or shut
down.
|
SCARD_E_TIMEOUT
< The user-specified timeout value has expired.
|
SCARD_E_UNEXPECTED
< An unexpected card error has occurred.
|
SCARD_E_UNKNOWN_CARD
< The specified smart card name is not recognized.
|
SCARD_E_UNKNOWN_READER
< The specified reader name is not recognized.
|
SCARD_E_UNKNOWN_RES_MNG
< An unrecognized error code was returned from a layered component.
|
SCARD_E_UNSUPPORTED_FEATURE
< This smart card does not support the requested feature.
|
SCARD_E_WRITE_TOO_MANY
< The smart card does not have enough memory to store the information.
|
SCARD_F_COMM_ERROR
< An internal communications error has been detected.
|
SCARD_F_INTERNAL_ERROR |
SCARD_F_UNKNOWN_ERROR
< An internal error has been detected, but the source is unknown.
|
SCARD_F_WAITED_TOO_LONG
< An internal consistency timer has expired.
|
SCARD_S_SUCCESS
< No error was encountered.
|
SCARD_W_CANCELLED_BY_USER
The user pressed "Cancel" on a Smart Card Selection Dialog.
|
SCARD_W_CARD_NOT_AUTHENTICATED
No PIN was presented to the smart card.
|
SCARD_W_CHV_BLOCKED
< The card cannot be accessed because the maximum number of PIN entry
attempts has been reached.
|
SCARD_W_EOF
< The end of the smart card file has been reached.
|
SCARD_W_REMOVED_CARD
< The smart card has been removed, so further communication is not
possible.
|
SCARD_W_RESET_CARD
< The smart card has been reset, so any shared state information is
invalid.
|
SCARD_W_SECURITY_VIOLATION
< Access was denied because of a security violation.
|
SCARD_W_UNPOWERED_CARD
< Power has been removed from the smart card, so that further
communication is not possible.
|
SCARD_W_UNRESPONSIVE_CARD
< The smart card is not responding to a reset.
|
SCARD_W_UNSUPPORTED_CARD
< The reader cannot communicate with the card, due to ATR string
configuration conflicts.
|
SCARD_W_WRONG_CHV
< The card cannot be accessed because the wrong PIN was presented.
|
Modifier and Type | Method and Description |
---|---|
static ErrorEnum |
fromValue(int value) |
int |
getValue() |
static ErrorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorEnum SCARD_S_SUCCESS
public static final ErrorEnum SCARD_F_INTERNAL_ERROR
public static final ErrorEnum SCARD_E_CANCELLED
public static final ErrorEnum SCARD_E_INVALID_HANDLE
public static final ErrorEnum SCARD_E_INVALID_PARAMETER
public static final ErrorEnum SCARD_E_INVALID_TARGET
public static final ErrorEnum SCARD_E_NO_MEMORY
public static final ErrorEnum SCARD_F_WAITED_TOO_LONG
public static final ErrorEnum SCARD_E_INSUFFICIENT_BUFFER
public static final ErrorEnum SCARD_E_UNKNOWN_READER
public static final ErrorEnum SCARD_E_TIMEOUT
public static final ErrorEnum SCARD_E_SHARING_VIOLATION
public static final ErrorEnum SCARD_E_NO_SMARTCARD
public static final ErrorEnum SCARD_E_UNKNOWN_CARD
public static final ErrorEnum SCARD_E_CANT_DISPOSE
public static final ErrorEnum SCARD_E_PROTO_MISMATCH
public static final ErrorEnum SCARD_E_NOT_READY
public static final ErrorEnum SCARD_E_INVALID_VALUE
public static final ErrorEnum SCARD_E_SYSTEM_CANCELLED
public static final ErrorEnum SCARD_F_COMM_ERROR
public static final ErrorEnum SCARD_F_UNKNOWN_ERROR
public static final ErrorEnum SCARD_E_INVALID_ATR
public static final ErrorEnum SCARD_E_NOT_TRANSACTED
public static final ErrorEnum SCARD_E_READER_UNAVAILABLE
public static final ErrorEnum SCARD_E_PCI_TOO_SMALL
public static final ErrorEnum SCARD_E_READER_UNSUPPORTED
public static final ErrorEnum SCARD_E_DUPLICATE_READER
public static final ErrorEnum SCARD_E_CARD_UNSUPPORTED
public static final ErrorEnum SCARD_E_NO_SERVICE
public static final ErrorEnum SCARD_E_SERVICE_STOPPED
public static final ErrorEnum SCARD_E_UNEXPECTED
public static final ErrorEnum SCARD_E_ICC_INSTALLATION
public static final ErrorEnum SCARD_E_ICC_CREATEORDER
public static final ErrorEnum SCARD_E_UNSUPPORTED_FEATURE
public static final ErrorEnum SCARD_E_DIR_NOT_FOUND
public static final ErrorEnum SCARD_E_FILE_NOT_FOUND
public static final ErrorEnum SCARD_E_NO_DIR
public static final ErrorEnum SCARD_E_NO_FILE
public static final ErrorEnum SCARD_E_NO_ACCESS
public static final ErrorEnum SCARD_E_WRITE_TOO_MANY
public static final ErrorEnum SCARD_E_BAD_SEEK
public static final ErrorEnum SCARD_E_INVALID_CHV
public static final ErrorEnum SCARD_E_UNKNOWN_RES_MNG
public static final ErrorEnum SCARD_E_NO_SUCH_CERTIFICATE
public static final ErrorEnum SCARD_E_CERTIFICATE_UNAVAILABLE
public static final ErrorEnum SCARD_E_NO_READERS_AVAILABLE
public static final ErrorEnum SCARD_E_COMM_DATA_LOST
public static final ErrorEnum SCARD_E_NO_KEY_CONTAINER
public static final ErrorEnum SCARD_E_SERVER_TOO_BUSY
public static final ErrorEnum SCARD_W_UNSUPPORTED_CARD
public static final ErrorEnum SCARD_W_UNRESPONSIVE_CARD
public static final ErrorEnum SCARD_W_UNPOWERED_CARD
public static final ErrorEnum SCARD_W_RESET_CARD
public static final ErrorEnum SCARD_W_REMOVED_CARD
public static final ErrorEnum SCARD_W_SECURITY_VIOLATION
public static final ErrorEnum SCARD_W_WRONG_CHV
public static final ErrorEnum SCARD_W_CHV_BLOCKED
public static final ErrorEnum SCARD_W_EOF
public static final ErrorEnum SCARD_W_CANCELLED_BY_USER
public static final ErrorEnum SCARD_W_CARD_NOT_AUTHENTICATED
public static ErrorEnum[] values()
for (ErrorEnum c : ErrorEnum.values()) System.out.println(c);
public static ErrorEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static ErrorEnum fromValue(int value)
public int getValue()
Copyright © 2011-2013. All Rights Reserved.