Class JsonErrorMessageParser
java.lang.Object
com.amazonaws.internal.http.JsonErrorMessageParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonErrorMessageParserStandard JSON Error Message Parser that checks for JSON fields in this order: 'message', 'Message', 'errorMessage' -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseErrorMessage(com.fasterxml.jackson.databind.JsonNode jsonNode) Parse the error message from the response.
-
Field Details
-
DEFAULT_ERROR_MESSAGE_PARSER
Standard JSON Error Message Parser that checks for JSON fields in this order: 'message', 'Message', 'errorMessage'
-
-
Constructor Details
-
JsonErrorMessageParser
-
-
Method Details
-
parseErrorMessage
Parse the error message from the response.- Returns:
- Error Code of exceptional response or null if it can't be determined
-