mm-stream error codes

Updated: April 19, 2023

Error codes returned by mm-stream API functions

Synopsis:

#include <mmstream/mmstream.h>
#define MMSTREAM_INTERNAL_ERROR (0x4321)

Error code whose negative value is returned by any API function when an internal error occurs, except when connecting or disconnecting to instances

#define MMSTREAM_INVALID_INSTANCE (NULL)

Error code returned when a client tries to connect to an invalid instance

Library:

libmmstream