-
public class ErrorResponse.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringSTATUSprivate final StringERROR_CODEprivate final StringGUIDprivate final StringMESSAGEpublic final static ErrorResponse.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ErrorResponsegetErrorResponseFromJSON(String string)final StringgetSTATUS()final StringgetERROR_CODE()final StringgetGUID()final StringgetMESSAGE()-
-
Method Detail
-
getErrorResponseFromJSON
final ErrorResponse getErrorResponseFromJSON(String string)
-
getERROR_CODE
final String getERROR_CODE()
-
getMESSAGE
final String getMESSAGE()
-
-
-
-