
com.gocardless.errors.ValidationFailedException Maven / Gradle / Ivy
package com.gocardless.errors;
/**
* Exception thrown when the parameters submitted with your request were invalid.
*/
public class ValidationFailedException extends GoCardlessApiException {
ValidationFailedException(ApiErrorResponse error) {
super(error);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy