Class TppEngineError.Code
java.lang.Object
io.getlime.core.rest.model.base.entity.Error.Code
io.getlime.security.powerauth.app.tppengine.model.entity.TppEngineError.Code
- Enclosing class:
- TppEngineError
public class TppEngineError.Code
extends io.getlime.core.rest.model.base.entity.Error.Code
Response codes for different authentication failures.
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMUNICATION_ERRORstatic StringREMOTE_ERRORFields inherited from class io.getlime.core.rest.model.base.entity.Error.Code
ERROR_GENERIC -
Constructor Summary
Constructors Constructor Description Code() -
Method Summary
-
Field Details
-
REMOTE_ERROR
- See Also:
- Constant Field Values
-
COMMUNICATION_ERROR
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Code
public Code()
-