Skip to content

Commit 13da520

Browse files
ci-stytchStytch Codegen Bot
andauthored
Update error types from API workflow (#505)
Co-authored-by: Stytch Codegen Bot <support@stytch.com>
1 parent 70ccce8 commit 13da520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StytchCore/SharedModels/Errors/StytchAPIErrorType.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public enum StytchAPIErrorType: String, Codable {
6161
case connectedAppRedirectUrlMustUseHttpOrHttpsScheme = "connected_app_redirect_url_must_use_http_or_https_scheme"
6262
case connectedAppRedirectUrlMustUseHttpsScheme = "connected_app_redirect_url_must_use_https_scheme"
6363
case connectedAppSuppliedRedirectUrlNotFoundInClient = "connected_app_supplied_redirect_url_not_found_in_client"
64+
case consumerSessionAuthorizationError = "consumer_session_authorization_error"
6465
case couldNotParseBiometricSignature = "could_not_parse_biometric_signature"
6566
case countryCodeAllowlistB2bWhatsappNotSupported = "country_code_allowlist_b2b_whatsapp_not_supported"
6667
case countryCodeAllowlistBillingNotVerified = "country_code_allowlist_billing_not_verified"

0 commit comments

Comments
 (0)