anon
Class ErrorCodes
java.lang.Object
anon.ErrorCodes
public final class ErrorCodes
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
E_SUCCESS
public static final int E_SUCCESS
- See Also:
- Constant Field Values
E_UNKNOWN
public static final int E_UNKNOWN
- See Also:
- Constant Field Values
E_ALREADY_CONNECTED
public static final int E_ALREADY_CONNECTED
- See Also:
- Constant Field Values
E_INVALID_SERVICE
public static final int E_INVALID_SERVICE
- See Also:
- Constant Field Values
E_CONNECT
public static final int E_CONNECT
- See Also:
- Constant Field Values
E_NOT_CONNECTED
public static final int E_NOT_CONNECTED
- See Also:
- Constant Field Values
E_PROTOCOL_NOT_SUPPORTED
public static final int E_PROTOCOL_NOT_SUPPORTED
- See Also:
- Constant Field Values
E_INVALID_CERTIFICATE
public static final int E_INVALID_CERTIFICATE
- See Also:
- Constant Field Values
E_INVALID_KEY
public static final int E_INVALID_KEY
- See Also:
- Constant Field Values
E_SIGNATURE_CHECK_FIRSTMIX_FAILED
public static final int E_SIGNATURE_CHECK_FIRSTMIX_FAILED
- See Also:
- Constant Field Values
E_SIGNATURE_CHECK_OTHERMIX_FAILED
public static final int E_SIGNATURE_CHECK_OTHERMIX_FAILED
- See Also:
- Constant Field Values
E_INTERRUPTED
public static final int E_INTERRUPTED
- See Also:
- Constant Field Values
E_NOT_TRUSTED
public static final int E_NOT_TRUSTED
- See Also:
- Constant Field Values
E_NOT_PARSABLE
public static final int E_NOT_PARSABLE
- See Also:
- Constant Field Values
E_SPACE
public static final int E_SPACE
- See Also:
- Constant Field Values
E_ACCOUNT_EMPTY
public static final int E_ACCOUNT_EMPTY
- See Also:
- Constant Field Values
ErrorCodes
public ErrorCodes()