const sfTkError_t ksfTkErrBaseBus
A base value for bus errors. All bus errors are greater than this value, in the 1000 range.
Definition: sfTkError.h:56
const sfTkError_t ksfTkErrInvalidParam
Invalid parameter error.
Definition: sfTkError.h:51
const sfTkError_t ksfTkErrOk
The error code value for success. This is always 0.
Definition: sfTkError.h:46
int32_t sfTkError_t
Definition: sfTkError.h:35
const sfTkError_t ksfTkErrFail
General error code for a failure. Note all errors are negative.
Definition: sfTkError.h:42