Interface ErrorCodeParser
-
- All Known Implementing Classes:
JsonErrorCodeParser
@SdkProtectedApi public interface ErrorCodeParser
Error code parser to parse error code from the response returned by AWS services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringparseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent)
-
-
-
Method Detail
-
parseErrorCode
String parseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent)
-
-