Uses of Class
com.adyen.model.ApiError
-
Packages that use ApiError Package Description com.adyen.model com.adyen.service.exception -
-
Uses of ApiError in com.adyen.model
Methods in com.adyen.model that return ApiError Modifier and Type Method Description static ApiErrorApiError. fromJson(String jsonString)Create an instance of ApiError given an JSON string -
Uses of ApiError in com.adyen.service.exception
Methods in com.adyen.service.exception that return ApiError Modifier and Type Method Description ApiErrorApiException. getError()Methods in com.adyen.service.exception with parameters of type ApiError Modifier and Type Method Description voidApiException. setError(ApiError error)
-