Interface OperationError.UserAlreadyRegisteredInAnotherServer

All Superinterfaces:
MobileAuthenticationClientError, OperationError
Enclosing interface:
OperationError

public static interface OperationError.UserAlreadyRegisteredInAnotherServer extends OperationError
An error that occurs with registration when we try to register a new authenticator in a server for a given username, and there is an authenticator already registered in another server for that username.

The SDK does not support having identities with the same username defined in different servers.