You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include any relevant guides or documentation you're referencing
No response
Describe the feature request
Currently when a user tries to sign in using cognito and it fails because of a Pre-authentification trigger the signIn Method throws an UnknownException with cause: aws.sdk.kotlin.services.cognitoidentityprovider.model.UserLambdaValidationException. Since the Kotlin SDK is declared as a developer preview currently and this seems to me like a relatively common case that a user of the Amplify SDK might like to treat specifically, there should be a separate Amplify SDK specific exception, so that we do not have to use a Kotlin SDK type.
Initialization steps (if applicable)
No response
Code Snippet
// Put your code below this line.
amplifyconfiguration.json
No response
GraphQL Schema
// Putyourschema below this line
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Before opening, please confirm:
Language and Async Model
Kotlin - Coroutines
Amplify Categories
Authentication
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
No response
Describe the feature request
Currently when a user tries to sign in using cognito and it fails because of a Pre-authentification trigger the signIn Method throws an UnknownException with cause: aws.sdk.kotlin.services.cognitoidentityprovider.model.UserLambdaValidationException. Since the Kotlin SDK is declared as a developer preview currently and this seems to me like a relatively common case that a user of the Amplify SDK might like to treat specifically, there should be a separate Amplify SDK specific exception, so that we do not have to use a Kotlin SDK type.
Initialization steps (if applicable)
No response
Code Snippet
// Put your code below this line.
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: