We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60d6e5 commit fbdf503Copy full SHA for fbdf503
Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
@@ -13,9 +13,8 @@
13
//===----------------------------------------------------------------------===//
14
15
@usableFromInline
16
-public struct LambdaRuntimeError: Error {
+package struct LambdaRuntimeError: Error {
17
18
-
19
package enum Code: Sendable {
20
/// internal error codes for LambdaRuntimeClient
21
case closingRuntimeClient
0 commit comments