java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonErrorCodeParser
All Implemented Interfaces:
ErrorCodeParser

public class JsonErrorCodeParser extends Object implements ErrorCodeParser
  • Field Details

    • X_AMZN_ERROR_TYPE

      public static final String X_AMZN_ERROR_TYPE
      Services using AWS JSON 1.1 protocol with HTTP binding send the error code information in the response headers, instead of the content. Package private for tests.
      See Also:
  • Constructor Details

    • JsonErrorCodeParser

      public JsonErrorCodeParser(String errorCodeFieldName)
  • Method Details