Package | Description |
---|---|
software.amazon.awssdk.protocols.json | |
software.amazon.awssdk.protocols.json.internal.unmarshall |
Modifier and Type | Method and Description |
---|---|
ErrorCodeParser |
BaseAwsStructuredJsonFactory.getErrorCodeParser(String customErrorCodeFieldName) |
ErrorCodeParser |
StructuredJsonFactory.getErrorCodeParser(String customErrorCodeFieldName) |
Modifier and Type | Class and Description |
---|---|
class |
JsonErrorCodeParser |
Modifier and Type | Method and Description |
---|---|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.errorCodeParser(ErrorCodeParser errorCodeParser)
Implementation of
ErrorCodeParser that can extract an error code or type from the JSON response. |
Copyright © 2019. All rights reserved.