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