Digital Authentication Framework  6.0.1.37
Public Attributes | List of all members
com.good.daf.DAError.Code Enum Reference

Enumeration matching the native DAError type. More...

Public Attributes

 Invalid
 Success in native code, but an exception never describes success. More...
 
 NoMemory
 General memory allocation failure. More...
 
 NotProvisioned
 Driver has not been set up with a device.
 
 DeviceNotFound
 Cannot find the device.
 
 NoMoreSessions
 The maximum allowed number of concurrent sessions are already connected.
 
 DeviceDisconnected
 Link to device lost unexpectedly.
 
 DeviceProtocolError
 Error from protocol stack talking to device.
 
 BadAuthToken
 authToken provided to CreateSession was bad
 
 KeyNotFound
 Requested key does not exist.
 
 AttribNotFound
 Requested attribute not available.
 
 MechNotFound
 Requested mechanism is not supported.
 
 VerifyFailed
 Verification of signature failed.
 
 NotImplemented
 Method not implemented.
 
 BadParameters
 Missing or invalid parameters to method.
 
 OsError
 Operating system call failed.
 

Detailed Description

Enumeration matching the native DAError type.

This enum order must be kept in sync with native DAError.

Member Data Documentation

com.good.daf.DAError.Code.Invalid

Success in native code, but an exception never describes success.

com.good.daf.DAError.Code.NoMemory

General memory allocation failure.

In general, throw OutOfMemoryError instead.


The documentation for this enum was generated from the following file: