Click or drag to resize

ErrorType Enumeration

Clarifies what type of error occurred, causing the ScoringProgramRequest to fail.

Namespace: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient
Assembly: BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient (in BridgeSystems.Bridgemate.DataConnector.ScoringProgramClient.dll) Version: 1.0.923.1+8676f6447fd14feb672ed9c066f2812915b8f069
Syntax
C#
public enum ErrorType
Members
Member nameValueDescription
None0 The is no error.
Busy1 The Data Connector was handling an other request.
NoData2 The sent data was null or did not contain any elements while the request command should come with data.
NoUpdates3 Signals that sent data that meant to update exisiting data already existed.
Movement4 The sent data did not comply to a known round on a table.
Validation5 The dto has invalid data.
EntryUnknown6 No record for the given primary key was found.
Exception7 An error occurred when processing the data.
NotImplemented8 The requested operation is currently not supported.
EmptyResponse9 A meaningful response to the request was exptected, but an empty response came back.
NoConnection10 The connection to the Data Connector is broken.
TimeOut11 The operation was blocked by a previous long running operation.
WrongDataType12 The datatype of the dtos did not conform to the request command.
UnexpectedCommand13 The response command did not conform to the request command.
Unknown14 Unknown error.
See Also