-
- All Implemented Interfaces:
public class ErrorCodes.InitAPIErrors
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegercServerErrorsprivate final IntegercConnectionLostprivate final IntegercHTTPErrorprivate final IntegercInvalidEndpointURLprivate final IntegercEndpointUnreachableprivate final IntegercInvalidTokenFormatpublic final static ErrorCodes.InitAPIErrorsINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCServerErrors()final IntegergetCConnectionLost()final IntegergetCHTTPError()final IntegergetCInvalidEndpointURL()final IntegergetCEndpointUnreachable()final IntegergetCInvalidTokenFormat()-
-
Method Detail
-
getCServerErrors
final Integer getCServerErrors()
-
getCConnectionLost
final Integer getCConnectionLost()
-
getCHTTPError
final Integer getCHTTPError()
-
getCInvalidEndpointURL
final Integer getCInvalidEndpointURL()
-
getCEndpointUnreachable
final Integer getCEndpointUnreachable()
-
getCInvalidTokenFormat
final Integer getCInvalidTokenFormat()
-
-
-
-