From 8605fbcbd678f5da3711644882f8896cd68d4295 Mon Sep 17 00:00:00 2001 From: Stytch Codegen Bot Date: Tue, 13 May 2025 20:29:05 +0000 Subject: [PATCH] Update error types from API workflow --- .../java/com/stytch/sdk/common/errors/StytchAPIErrorType.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/sdk/src/main/java/com/stytch/sdk/common/errors/StytchAPIErrorType.kt b/source/sdk/src/main/java/com/stytch/sdk/common/errors/StytchAPIErrorType.kt index d9933d21f..4eb1aa4d5 100644 --- a/source/sdk/src/main/java/com/stytch/sdk/common/errors/StytchAPIErrorType.kt +++ b/source/sdk/src/main/java/com/stytch/sdk/common/errors/StytchAPIErrorType.kt @@ -137,6 +137,9 @@ public enum class StytchAPIErrorType(public val type: String) { CONNECTED_APP_CONSENT_REVOKED( type = "connected_app_consent_revoked", ), + CONNECTED_APP_NOT_ALLOWED_FOR_ORG( + type = "connected_app_not_allowed_for_org", + ), COULD_NOT_PARSE_BIOMETRIC_SIGNATURE( type = "could_not_parse_biometric_signature", ),