Package tbdex.sdk.httpclient.models
Class ErrorResponse
-
- All Implemented Interfaces:
public final class ErrorResponseError response
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ErrorDetail>errors
-
Constructor Summary
Constructors Constructor Description ErrorResponse(List<ErrorDetail> errors)
-
Method Summary
Modifier and Type Method Description final List<ErrorDetail>getErrors()list of errors -
-
Constructor Detail
-
ErrorResponse
ErrorResponse(List<ErrorDetail> errors)
-
-
Method Detail
-
getErrors
final List<ErrorDetail> getErrors()
list of errors
-
-
-
-