Searched refs:awsErrorString (Results 1 – 10 of 10) sorted by relevance
51 super(CRT.awsErrorString(errorCode)); in CrtRuntimeException()61 super(CRT.awsErrorString(errorCode)); in CrtRuntimeException()
8 import static software.amazon.awssdk.crt.CRT.awsErrorString;
511 public static native String awsErrorString(int errorCode); in awsErrorString() method in CRT
177 … "Connection interrupted: error: " + errorCode + " " + CRT.awsErrorString(errorCode)); in connectDirectWithConfigThrows()183 …n("Connection failed with error: " + data.getErrorCode() + " " + CRT.awsErrorString(data.getErrorC… in connectDirectWithConfigThrows()281 … "Connection interrupted: error: " + errorCode + " " + CRT.awsErrorString(errorCode)); in connectWebsocketsWithCredentialsProvider()287 …n("Connection failed with error: " + data.getErrorCode() + " " + CRT.awsErrorString(data.getErrorC… in connectWebsocketsWithCredentialsProvider()
73 … "Connection interrupted: error: " + errorCode + " " + CRT.awsErrorString(errorCode));80 + CRT.awsErrorString(data.getErrorCode()));
22 super(CRT.awsErrorString(errorCode)); in HttpException()
28 super(CRT.awsErrorString(errorCode)); in MqttException()
148 … CRT.awsErrorString(context.getErrorCode()), context.getResponseStatus()); in onFinished()
150 CRT.awsErrorString(crtCode), cause); in handleError()
201 … System.out.println("Connection interrupted: " + errorCode + ": " + CRT.awsErrorString(errorCode)); in main()