Skip to content

Commit 07a05df

Browse files
committed
add error code
1 parent dcbda48 commit 07a05df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeError.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ package struct LambdaRuntimeError: Error {
3434

3535
case missingLambdaRuntimeAPIEnvironmentVariable
3636
case runtimeCanOnlyBeStartedOnce
37+
case handlerCanOnlyBeGetOnce
3738
case invalidPort
3839
}
3940

0 commit comments

Comments
 (0)