java.lang.Object
io.avaje.http.api.ValidationException.Violation
- All Implemented Interfaces:
Serializable
- Enclosing class:
ValidationException
Error details including the field, error message and path
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
-
field
-
message
-
-
Constructor Details
-
Violation
Create with path, field and message -
Violation
public Violation()Default constructor just to help Jackson if it is used.
-
-
Method Details
-
getPath
Return the path of this error message. -
getField
Return the field for this error message. -
getMessage
Return the error message.
-