![]() | Error |
public enum ErrorType
Member name | Value | Description |
---|---|---|
None | 0 | The is no error. |
Busy | 1 | The Data Connector was handling an other request. |
NoData | 2 | The sent data was null or did not contain any elements while the request command should come with data. |
NoUpdates | 3 | Signals that sent data that meant to update exisiting data already existed. |
Movement | 4 | The sent data did not comply to a known round on a table. |
Validation | 5 | The dto has invalid data. |
EntryUnknown | 6 | No record for the given primary key was found. |
Exception | 7 | An error occurred when processing the data. |
NotImplemented | 8 | The requested operation is currently not supported. |
EmptyResponse | 9 | A meaningful response to the request was exptected, but an empty response came back. |
NoConnection | 10 | The connection to the Data Connector is broken. |
TimeOut | 11 | The operation was blocked by a previous long running operation. |
WrongDataType | 12 | The datatype of the dtos did not conform to the request command. |
UnexpectedCommand | 13 | The response command did not conform to the request command. |
Unknown | 14 | Unknown error. |