I am facing an error where I am getting followiong return values from rsslWrite call: -2147483637 or -2147483549.
Now the return from rsslWrite in is rtrInt32 (RsslRet), Are the above values returned because of rollover of 32 bits boundaries?
Is it safe to assume that a negative value from rsslWrite is because of an error? Or to be sure of an error we should check RsslError structure's rsslErrorId that we pass in rsslWrite call?