Skip to content

Commit

Permalink
Regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Feb 5, 2025
1 parent 5c54650 commit 883ac70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,6 @@ public enum class StytchAPIErrorType(public val type: String) {
fun fromString(typeString: String?): StytchAPIErrorType =
typeString?.uppercase(Locale.ENGLISH)?.let {
valueOf(it)
} ?: UNKNOWN
} ?: UNKNOWN_ERROR
}
}

0 comments on commit 883ac70

Please sign in to comment.