-
- All Implemented Interfaces:
public class ResponseErrorCode.Companion
-
-
Method Summary
Modifier and Type Method Description final IntegergetOK()Task success final IntegergetFAILURE()Task fail final IntegergetInvalidParam()Invalid Param final IntegergetCANCELLED()Task cancelled final IntegergetTIMEOUT()Task timeout -
-
Method Detail
-
getFAILURE
final Integer getFAILURE()
Task fail
-
getInvalidParam
final Integer getInvalidParam()
Invalid Param
-
getCANCELLED
final Integer getCANCELLED()
Task cancelled
-
getTIMEOUT
final Integer getTIMEOUT()
Task timeout
-
-
-
-