Interface ErrorResponseError
- All Known Implementing Classes:
ErrorResponseError.InnerError,ErrorResponseError.ListOfErrors
public interface ErrorResponseError
ErrorResponseError
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createErrorthat implementsErrorResponseError.static final recordHelper class to createList<Error>that implementsErrorResponseError. -
Method Summary
Static MethodsModifier and TypeMethodDescriptioncreateInnerError(Error val) Creator to enable deserialization ofError.createListOfErrors(List<Error> val) Creator to enable deserialization ofList<Error>.
-
Method Details
-
createInnerError
Creator to enable deserialization ofError.- Parameters:
val- the value to use- Returns:
- a new instance of
ErrorResponseError.InnerError.
-
createListOfErrors
Creator to enable deserialization ofList<Error>.- Parameters:
val- the value to use- Returns:
- a new instance of
ErrorResponseError.ListOfErrors.
-