We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab80580 commit 10304ceCopy full SHA for 10304ce
Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
@@ -44,7 +44,7 @@ public struct LambdaRuntimeError: Error {
44
self.underlying = underlying
45
}
46
47
- public var code: Code
+ var code: Code
48
public var underlying: (any Error)?
49
50
0 commit comments