Skip to content

Commit

Permalink
Regenerated with new name for unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Feb 5, 2025
1 parent fe0acfe commit 5c54650
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,8 @@ public enum class StytchAPIErrorType(public val type: String) {
UNAVAILABLE_ENDPOINT(
type = "unavailable_endpoint",
),
UNKNOWN(
type = "unknown",
UNKNOWN_ERROR(
type = "unknown_error",
),
UNSOLICITED_OIDC_RESPONSE(
type = "unsolicited_oidc_response",
Expand Down

0 comments on commit 5c54650

Please sign in to comment.