We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c988d commit ab80580Copy full SHA for ab80580
Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
@@ -13,7 +13,7 @@
13
//===----------------------------------------------------------------------===//
14
15
public struct LambdaRuntimeError: Error {
16
- public enum Code: Sendable {
+ enum Code: Sendable {
17
18
/// internal error codes for LambdaRuntimeClient
19
case closingRuntimeClient
0 commit comments