public class CompositeErrorCodeParser extends Object implements ErrorCodeParser
| Constructor and Description | 
|---|
CompositeErrorCodeParser(ErrorCodeParser... parsers)  | 
CompositeErrorCodeParser(Iterable<ErrorCodeParser> parsers)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
parseErrorCode(HttpResponse response,
              JsonContent jsonContent)  | 
public CompositeErrorCodeParser(Iterable<ErrorCodeParser> parsers)
public CompositeErrorCodeParser(ErrorCodeParser... parsers)
public String parseErrorCode(HttpResponse response, JsonContent jsonContent)
parseErrorCode in interface ErrorCodeParserCopyright © 2022. All rights reserved.