public class UnprocessableEntity
Represents the payload for responses with 422 (Unprocessable Entity) status code
public UnprocessableEntity(@NotNull
java.util.List<org.valiktor.springframework.web.payload.ValidationError> errors)
Represents the payload for responses with 422 (Unprocessable Entity) status code
errors - specifies the list of class ValidationError@NotNull public java.util.List<org.valiktor.springframework.web.payload.ValidationError> getErrors()
specifies the list of
class ValidationError,
class ValidationError@NotNull public java.util.List<org.valiktor.springframework.web.payload.ValidationError> component1()
specifies the list of
class ValidationError,
class ValidationError@NotNull public UnprocessableEntity copy(@NotNull java.util.List<org.valiktor.springframework.web.payload.ValidationError> errors)
Represents the payload for responses with 422 (Unprocessable Entity) status code
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)