Uses of Class
cz.gopay.api.v3.model.APIError
-
Packages that use APIError Package Description cz.gopay.api.v3 cz.gopay.api.v3.model -
-
Uses of APIError in cz.gopay.api.v3
Methods in cz.gopay.api.v3 that return APIError Modifier and Type Method Description APIErrorGPClientException. getError()Constructors in cz.gopay.api.v3 with parameters of type APIError Constructor Description GPClientException(int httpResultCode, APIError error) -
Uses of APIError in cz.gopay.api.v3.model
Methods in cz.gopay.api.v3.model that return APIError Modifier and Type Method Description APIErrorAPIError. addError(String errorName, int errorCode, String message, String description)APIErrorAPIError. addError(String errorName, int errorCode, String field, String message, String description)static APIErrorAPIError. create()
-