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.
1 parent 5f6949b commit e7b994fCopy full SHA for e7b994f
Sources/Smithy/ClientError.swift
@@ -10,4 +10,5 @@ public enum ClientError: Error {
10
case dataNotFound(String)
11
case unknownError(String)
12
case authError(String)
13
+ case invalidValue(String)
14
}
0 commit comments