onSignInFailed

open fun onSignInFailed(errorCode: Connection.ErrorCode, error: RainbowError<Unit>)

Invoked when the sign-in operation fails.

Parameters

errorCode

The ErrorCode indicating the encountered sign-in error.

error

The RainbowError providing additional error details.