ConnectionExceptionCause Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unspecified | 0 | Unspecified cause. |
AuthenticationFailed | 2 | Authentication failure. |
ServerHasMoved | 3 | The server has moved across clusters and new connections should be established. |
LinkReferenceResolutionFailed | 4 | A failure in resolving the link reference to the actual server reference. |
DataStreamingInterrupted | 5 | The data streaming was interrupted due to an exception in the backend. |
ConnectionNotOpen | 6 | The connection is not open anymore. |
InvalidSessionId | 7 | The current session-id is no longer valid. |
TransportProtocolError | 8 | There is an error on the underneath transport-protocol. |
ServerPausedOrScaling | 9 | The server is currently unavailable, as it is either paused or in the middle of a scaling operation. |
ServerNotReady | 10 | The server is currently unavailable, as it is still starting up. |
XmlaEndpointDisabled | 11 | XMLA endpoint feature is disabled. Turn on Analyze in Excel feature in PowerBI.com to enable this feature. |
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. |