BAOS SDK  18.2.0
Public Types | List of all members
kdrive::baos::BaosServerErrorCodes Struct Reference

BAOS server error codes. More...

#include <API.h>

Public Types

enum  Codes {
  None = 0, Internal = 1, NoItemFound = 2, BufferTooSmall = 3,
  ItemNotWriteable = 4, ServiceNotSupported = 5, BadServiceParameter = 6, WrongDpId = 7,
  BadDpCmd = 8, BadDpValueLength = 9, MessageInconsistent = 10, ObjectServerIsBusy = 11
}
 

Detailed Description

BAOS server error codes.

Specifications:

Member Enumeration Documentation

Enumerator
None 

No error.

Internal 

Internal error.

NoItemFound 

No item found.

BufferTooSmall 

Buffer is too small.

ItemNotWriteable 

Item is not writable.

ServiceNotSupported 

Service is not supported.

BadServiceParameter 

Bad service parameter.

WrongDpId 

Wrong datapoint ID.

BadDpCmd 

Bad datapoint command.

BadDpValueLength 

Bad length of datapoint value.

MessageInconsistent 

Message inconsistent.

ObjectServerIsBusy 

Object server is busy.


The documentation for this struct was generated from the following file: