Skip to content

Commit e7b994f

Browse files
sichanyooSichan Yoo
andauthored
Add invalidValue error case to ClientError. (#806)
Co-authored-by: Sichan Yoo <[email protected]>
1 parent 5f6949b commit e7b994f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Smithy/ClientError.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ public enum ClientError: Error {
1010
case dataNotFound(String)
1111
case unknownError(String)
1212
case authError(String)
13+
case invalidValue(String)
1314
}

0 commit comments

Comments
 (0)