Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10304ce

Browse files
sebstofabianfett
andauthoredMar 21, 2025··
Update Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
Co-authored-by: Fabian Fett <fabianfett@apple.com>
1 parent ab80580 commit 10304ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/AWSLambdaRuntime/LambdaRuntimeError.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public struct LambdaRuntimeError: Error {
4444
self.underlying = underlying
4545
}
4646

47-
public var code: Code
47+
var code: Code
4848
public var underlying: (any Error)?
4949

5050
}

0 commit comments

Comments
 (0)
Please sign in to comment.