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.
2 parents 6aeafbf + 4b2b32d commit 9fb86a7Copy full SHA for 9fb86a7
Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
@@ -13,8 +13,9 @@
13
//===----------------------------------------------------------------------===//
14
15
@usableFromInline
16
-package struct LambdaRuntimeError: Error {
+public struct LambdaRuntimeError: Error {
17
18
+
19
package enum Code: Sendable {
20
/// internal error codes for LambdaRuntimeClient
21
case closingRuntimeClient
0 commit comments