Class HTTPValidationErrorResponse
-
- All Implemented Interfaces:
public final class HTTPValidationErrorResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final List<HTTPValidationError>detail
-
Constructor Summary
Constructors Constructor Description HTTPValidationErrorResponse(List<HTTPValidationError> detail)
-
Method Summary
Modifier and Type Method Description final List<HTTPValidationError>getDetail()-
-
Constructor Detail
-
HTTPValidationErrorResponse
HTTPValidationErrorResponse(List<HTTPValidationError> detail)
-
-
Method Detail
-
getDetail
final List<HTTPValidationError> getDetail()
-
-
-
-