Searched defs:errorPayload (Results 1 – 4 of 4) sorted by relevance
12 private final byte[] errorPayload; field in S3FinishedResponseContext27 …dResponseContext(final int errorCode, final int responseStatus, final byte[] errorPayload, final C… in S3FinishedResponseContext()
22 …void onFinished(int errorCode, int responseStatus, byte[] errorPayload, int checksumAlgorithm, boo… in onFinished()
158 …nishedResponseContext stubResponseContext(int errorCode, int responseStatus, byte[] errorPayload) { in stubResponseContext()
163 private void onErrorResponseComplete(byte[] errorPayload) { in onErrorResponseComplete()