RegistrationTransitionReason Enum

Definition

Indicates possible reasons for state transitions.

public enum class RegistrationTransitionReason
public enum RegistrationTransitionReason
type RegistrationTransitionReason = 
Public Enum RegistrationTransitionReason
Inheritance
RegistrationTransitionReason

Fields

Authentication 7

A fatal authentication error occurred. Examples may be clocks are out of sync on the client and server when using Kerberos, or a server could not be contacted.

ConnectionDropped 10

A connection disconnect occurred.

ConnectionFailure 8

Unable to connect to a remote computer due to DNS or network issues. May possibly reprompt for server name, or peer address and port number as appropriate.

Credentials 6

If credentials were specified, there is an invalid password, or other problems with the credentials. If default credentials were used, credentials are required. The application supplies new credentials to try again. This may mean prompting the user, depending on the application.

None 0

No reason or unknown reason.

PreferredRegistrarChanged 11

The preferred registrar for the user changed.

RegisterationRefresh 9

Registration is refreshed.

Timeout 4

There was a timeout during initialization.

TooManyActiveEndpoint 1

The number of active endpoints exceeds the limit.

UnauthorizedAccess 5

The credentials may be valid but are for a different URI. The application may wish to reprompt for credentials and the URI, or fail based on its requirements.

UserChanged 2

The user has been changed.

UserMoved 3

The user has been moved.

UserServicesUnavailable 12

The user services cluster became unavailable.

Applies to