Click or drag to resize

LogbookSearchResultCode Enumeration

The final state of a logbook search

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public enum LogbookSearchResultCode
Members
Member nameValueDescription
Success0 Logbook search was successful
Timeout1 Logbook search timed out
Cancelled2 Logbook search was cancelled
ErrorOpeningDatabase3 Logbook database open failed.
ErrorCommunication4 Only used by client means general communication error.
ErrorSqlUnknown5 A sql error has occured, for further details look into server log.
ErrorUnknown6 An unexpected error has occured, for further details look into server log.
InputOutputError7 Error during operations with csv file.
See Also