Uses of Class
cz.gopay.api.v3.model.ErrorElement
-
Packages that use ErrorElement Package Description cz.gopay.api.v3 cz.gopay.api.v3.model -
-
Uses of ErrorElement in cz.gopay.api.v3
Methods in cz.gopay.api.v3 that return types with arguments of type ErrorElement Modifier and Type Method Description List<ErrorElement>GPClientException. getErrorMessages() -
Uses of ErrorElement in cz.gopay.api.v3.model
Methods in cz.gopay.api.v3.model that return types with arguments of type ErrorElement Modifier and Type Method Description List<ErrorElement>APIError. getErrorMessages()Method parameters in cz.gopay.api.v3.model with type arguments of type ErrorElement Modifier and Type Method Description voidAPIError. setErrorMessages(List<ErrorElement> errors)
-