![]() |
Open Kilda Java Documentation
|
Public Attributes | |
int | SUCCESS_CODE = 20000 |
String | SUCCESS_AUXILIARY = "Success" |
String | ERROR_AUXILIARY = "Error" |
String | RESPONSE_PARSING_FAIL_ERROR = "response.parsing.fail.error" |
Definition at line 20 of file IAuthConstants.java.
String org.openkilda.constants.IAuthConstants.Code.ERROR_AUXILIARY = "Error" |
Definition at line 23 of file IAuthConstants.java.
String org.openkilda.constants.IAuthConstants.Code.RESPONSE_PARSING_FAIL_ERROR = "response.parsing.fail.error" |
Definition at line 25 of file IAuthConstants.java.
String org.openkilda.constants.IAuthConstants.Code.SUCCESS_AUXILIARY = "Success" |
Definition at line 22 of file IAuthConstants.java.
int org.openkilda.constants.IAuthConstants.Code.SUCCESS_CODE = 20000 |
Definition at line 21 of file IAuthConstants.java.