Namespace Innovt.Cloud.AWS.Cognito.Exceptions
Classes
CodeMismatchException
Exception thrown when a code mismatch error occurs. This typically happens when a code provided by the user does not match the expected code.
ExpiredCodeException
Exception thrown when an expired code error occurs. This typically happens when a time-limited code or token has expired and is no longer valid.
InternalException
Exception thrown when an internal critical error occurs. This type of exception is used for errors that are considered critical and may require special handling.
InvalidPasswordException
Exception thrown when an invalid password is encountered. This exception typically indicates that a password provided by a user or a system does not meet the required criteria or is incorrect.
PasswordResetRequiredException
Exception thrown when a password reset is required for a user or system operation. This exception typically indicates that a user's password has expired or that a password reset has been initiated.
UserNameAlreadyExistsException
Exception thrown when attempting to create a user account with a username that already exists in the system.
UserNotAuthorizedException
Exception thrown when a user is not authorized to perform a specific action or access a resource.
UserNotConfirmedException
Exception thrown when a user is not confirmed or validated in the application.
UserNotFoundException
Exception thrown when a user is not found in the application.