-
public class ServerConstants.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringERROR_CODE_GEOBLOCKEDprivate final StringERROR_CODE_NO_ENTITLEMENTprivate final StringERROR_CODE_UNSPECIFIEDpublic final static ServerConstants.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetERROR_CODE_GEOBLOCKED()final StringgetERROR_CODE_NO_ENTITLEMENT()final StringgetERROR_CODE_UNSPECIFIED()-
-
Method Detail
-
getERROR_CODE_GEOBLOCKED
final String getERROR_CODE_GEOBLOCKED()
-
getERROR_CODE_NO_ENTITLEMENT
final String getERROR_CODE_NO_ENTITLEMENT()
-
getERROR_CODE_UNSPECIFIED
final String getERROR_CODE_UNSPECIFIED()
-
-
-
-