Skip to content

Commit

Permalink
Regenerated to ignore lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Feb 5, 2025
1 parent cc67b4a commit 0f0cce9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.stytch.sdk.common.errors
import java.util.Locale

@Suppress("ktlint:standard:max-line-length")
@Suppress("MaxLineLength", "ktlint:standard:max-line-length", "ktlint:standard:parameter-wrapping")
public enum class StytchAPIErrorType(public val type: String) {
ACTION_AVAILABLE_ONLY_FOR_ACTIVE_MEMBERS("action_available_only_for_active_members"),
ACTIVE_SCIM_CONNECTION_EXISTS("active_scim_connection_exists"),
Expand Down Expand Up @@ -735,4 +735,3 @@ public enum class StytchAPIErrorType(public val type: String) {
} ?: UNKNOWN
}
}

0 comments on commit 0f0cce9

Please sign in to comment.