ConnectionExceptionCause Enum

Definition

An indication of the cause of the connection exception.

[System.Serializable]
public enum ConnectionExceptionCause
[<System.Serializable>]
type ConnectionExceptionCause = 
Public Enum ConnectionExceptionCause
Inheritance
ConnectionExceptionCause
Attributes

Fields

AuthenticationFailed 2

Authentication failure.

ConnectionNotOpen 6

The connection is not open anymore.

DataStreamingInterrupted 5

The data streaming was interrupted due to an exception in the backend.

IncompatibleVersion 1

Deprecated.

InvalidSessionId 7

The current session-id is no longer valid.

LinkReferenceResolutionFailed 4

A failure in resolving the link reference to the actual server reference.

ServerHasMoved 3

The server has moved across clusters and new connections should be established.

ServerNotFoundInConnectionMode 12

Connection to an AAS QSO server, using a specific connection mode, could not be made. Either the replicas are in pending attach or blocked state, or the servers are still being rehydrated.

ServerNotReady 10

The server is currently unavailable, as it is still starting up.

ServerPausedOrScaling 9

The server is currently unavailable, as it is either paused or in the middle of a scaling operation.

TransportProtocolError 8

There is an error on the underneath transport-protocol.

Unspecified 0

Unspecified cause.

XmlaEndpointDisabled 11

XMLA endpoint feature is disabled. Turn on Analyze in Excel feature in PowerBI.com to enable this feature.

Applies to