unreal.MultiUserConnectionErrorType

class unreal.MultiUserConnectionErrorType

Bases: EnumBase

Enum of the known Multi-User connection error, their value needs to match the internally returned error code. see: FConcertConnectionError

C++ Source:

  • Plugin: MultiUserClient

  • Module: MultiUserClientLibrary

  • File: MultiUserClientStatics.h

CANCELED: MultiUserConnectionErrorType = Ellipsis

1

CONNECTION_ATTEMPT_ABORTED: MultiUserConnectionErrorType = Ellipsis

2

DIRTY_PACKAGE_VALIDATION_ERROR: MultiUserConnectionErrorType = Ellipsis

113

NONE: MultiUserConnectionErrorType = Ellipsis

0

SERVER_ERROR: MultiUserConnectionErrorType = Ellipsis

4

SERVER_NOT_RESPONDING: MultiUserConnectionErrorType = Ellipsis

3

SOURCE_CONTROL_VALIDATION_CANCELED: MultiUserConnectionErrorType = Ellipsis

111

SOURCE_CONTROL_VALIDATION_ERROR: MultiUserConnectionErrorType = Ellipsis

112

SOURCE_CONTROL_VALIDATION_UNKNOWN: MultiUserConnectionErrorType = Ellipsis

110

WORKSPACE_VALIDATION_UNKNOWN: MultiUserConnectionErrorType = Ellipsis

100