Open Kilda Java Documentation
org.openkilda.constants.IAuthConstants.Code Interface Reference

Public Attributes

int SUCCESS_CODE = 20000
 
String SUCCESS_AUXILIARY = "Success"
 
String ERROR_AUXILIARY = "Error"
 
String RESPONSE_PARSING_FAIL_ERROR = "response.parsing.fail.error"
 

Detailed Description

Definition at line 20 of file IAuthConstants.java.

Member Data Documentation

◆ ERROR_AUXILIARY

String org.openkilda.constants.IAuthConstants.Code.ERROR_AUXILIARY = "Error"

Definition at line 23 of file IAuthConstants.java.

◆ RESPONSE_PARSING_FAIL_ERROR

String org.openkilda.constants.IAuthConstants.Code.RESPONSE_PARSING_FAIL_ERROR = "response.parsing.fail.error"

Definition at line 25 of file IAuthConstants.java.

◆ SUCCESS_AUXILIARY

String org.openkilda.constants.IAuthConstants.Code.SUCCESS_AUXILIARY = "Success"

Definition at line 22 of file IAuthConstants.java.

◆ SUCCESS_CODE

int org.openkilda.constants.IAuthConstants.Code.SUCCESS_CODE = 20000

Definition at line 21 of file IAuthConstants.java.


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