Skip to content

Commit 41ad13e

Browse files
committed
api dump
1 parent 3cd6556 commit 41ad13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/runtime-core/api/runtime-core.api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ public class aws/smithy/kotlin/runtime/ClientException : aws/smithy/kotlin/runti
1818
public 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

2727
public 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
}

0 commit comments

Comments
 (0)