Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletError
-
Packages that use HyperwalletError Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletError in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk that return types with arguments of type HyperwalletError Modifier and Type Method Description List<HyperwalletError>HyperwalletException. getHyperwalletErrors() -
Uses of HyperwalletError in com.hyperwallet.clientsdk.model
Fields in com.hyperwallet.clientsdk.model with type parameters of type HyperwalletError Modifier and Type Field Description List<HyperwalletError>HyperwalletErrorList. errorsMethods in com.hyperwallet.clientsdk.model that return types with arguments of type HyperwalletError Modifier and Type Method Description List<HyperwalletError>HyperwalletErrorList. getErrors()Method parameters in com.hyperwallet.clientsdk.model with type arguments of type HyperwalletError Modifier and Type Method Description voidHyperwalletErrorList. setErrors(List<HyperwalletError> errors)
-