Class ValidationError
java.lang.Object
com.thoughtworks.go.plugin.api.response.validation.ValidationError
Deprecated.
Represents error reported when validation fails
-
Constructor Summary
ConstructorsConstructorDescriptionValidationError(String message) Deprecated.creates instance of ValidationErrorValidationError(String key, String message) Deprecated.creates instance of ValidationError -
Method Summary
-
Constructor Details
-
ValidationError
Deprecated.creates instance of ValidationError- Parameters:
key- the error keymessage- the error message
-
ValidationError
Deprecated.creates instance of ValidationError- Parameters:
message- the error message
-
-
Method Details