File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ public class aws/smithy/kotlin/runtime/ClientException : aws/smithy/kotlin/runti
1818public class aws/smithy/kotlin/runtime/ErrorMetadata {
1919 public static final field Companion Laws/smithy/kotlin/runtime/ErrorMetadata$Companion;
2020 public fun <init> ()V
21- public final fun getAdditionalClientContext ()Ljava/util/List;
2221 public final fun getAttributes ()Laws/smithy/kotlin/runtime/collections/MutableAttributes;
22+ public final fun getClientContext ()Ljava/util/List;
2323 public final fun isRetryable ()Z
2424 public final fun isThrottling ()Z
2525}
2626
2727public final class aws/smithy/kotlin/runtime/ErrorMetadata$Companion {
28- public final fun getAdditionalClientContext ()Laws/smithy/kotlin/runtime/collections/AttributeKey;
28+ public final fun getClientContext ()Laws/smithy/kotlin/runtime/collections/AttributeKey;
2929 public final fun getRetryable ()Laws/smithy/kotlin/runtime/collections/AttributeKey;
3030 public final fun getThrottlingError ()Laws/smithy/kotlin/runtime/collections/AttributeKey;
3131}
You can’t perform that action at this time.
0 commit comments