eRTOS Error Codes

This topic lists the custom error codes that can be returned by Real-Time APIs in eRTOS.

Error Code Description Causes
RT_ERROR_INVALID_BINARY_FORMAT A real-time application attempted to load a Windows DLL, either explicitly or implicitly, instead of a Real-Time DLL (RTDLL). A real-time application calls LoadLibrary to try to load a Windows DLL. This will happen if a real-time project references a Windows DLL import library in the linker inputs (such as kernel32.lib, user32.lib).
RT_ERROR_SERVICE_ACCESS_FAILURE The eRTOS kernel was unable to communicate with the required services. One of the services required by eRTOS has stopped or been disabled. Contact IntervalZero Support for assistance.
RT_ERROR_INTERNAL_X Internal error, where X is an internal kernel error code. An internal error occurred. Please contact IntervalZero Support for assistance if the error persists.

ReLATED TOPICS: