Package apple.cryptotokenkit.enums
Class TKErrorCode
- java.lang.Object
-
- apple.cryptotokenkit.enums.TKErrorCode
-
public final class TKErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthenticationFailedstatic longCodeAuthenticationFailedstatic longCodeAuthenticationNeededstatic longCodeBadParameterstatic longCodeCanceledByUserstatic longCodeCommunicationErrorstatic longCodeCorruptedDatastatic longCodeNotImplementedstatic longCodeObjectNotFoundstatic longCodeTokenNotFoundstatic longObjectNotFoundstatic longTokenNotFound
-
-
-
Field Detail
-
CodeNotImplemented
public static final long CodeNotImplemented
- See Also:
- Constant Field Values
-
CodeCommunicationError
public static final long CodeCommunicationError
- See Also:
- Constant Field Values
-
CodeCorruptedData
public static final long CodeCorruptedData
- See Also:
- Constant Field Values
-
CodeCanceledByUser
public static final long CodeCanceledByUser
- See Also:
- Constant Field Values
-
CodeAuthenticationFailed
public static final long CodeAuthenticationFailed
- See Also:
- Constant Field Values
-
CodeObjectNotFound
public static final long CodeObjectNotFound
- See Also:
- Constant Field Values
-
CodeTokenNotFound
public static final long CodeTokenNotFound
- See Also:
- Constant Field Values
-
CodeBadParameter
public static final long CodeBadParameter
- See Also:
- Constant Field Values
-
CodeAuthenticationNeeded
public static final long CodeAuthenticationNeeded
- See Also:
- Constant Field Values
-
AuthenticationFailed
public static final long AuthenticationFailed
- See Also:
- Constant Field Values
-
ObjectNotFound
public static final long ObjectNotFound
- See Also:
- Constant Field Values
-
TokenNotFound
public static final long TokenNotFound
- See Also:
- Constant Field Values
-
-