-
- All Implemented Interfaces:
public class ResponseErrorCode.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerOKprivate final IntegerFAILUREprivate final IntegerInvalidParamprivate final IntegerCANCELLEDprivate final IntegerTIMEOUTpublic final static ResponseErrorCode.CompanionINSTANCE
-
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
-
getOK
final Integer getOK()
Task success
-
getFAILURE
final Integer getFAILURE()
Task fail
-
getInvalidParam
final Integer getInvalidParam()
Invalid Param
-
getCANCELLED
final Integer getCANCELLED()
Task cancelled
-
getTIMEOUT
final Integer getTIMEOUT()
Task timeout
-
-
-
-