-
- All Implemented Interfaces:
public final class ApiError
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final List<ApiFieldError>errors
-
Constructor Summary
Constructors Constructor Description ApiError(String message, List<ApiFieldError> errors)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()final List<ApiFieldError>getErrors()-
-
Constructor Detail
-
ApiError
ApiError(String message, List<ApiFieldError> errors)
-
-
Method Detail
-
getMessage
final String getMessage()
-
getErrors
final List<ApiFieldError> getErrors()
-
-
-
-