Skip to content

Commit

Permalink
Add invalidValue error case to ClientError. (#806)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
sichanyoo and Sichan Yoo committed Sep 3, 2024
1 parent 5f6949b commit e7b994f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Smithy/ClientError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ public enum ClientError: Error {
case dataNotFound(String)
case unknownError(String)
case authError(String)
case invalidValue(String)
}

0 comments on commit e7b994f

Please sign in to comment.