Closed mujx closed 8 years ago
Currently when parameter validation fails (user_id, room_id, etc) we either use M_MISSING_PARAM or M_NOT_FOUND to describe the error, which is not so accurate.
This error code isn't in the spec, so it'd need to be IO_RUMA_INVALID_PARAM.
IO_RUMA_INVALID_PARAM
Currently when parameter validation fails (user_id, room_id, etc) we either use M_MISSING_PARAM or M_NOT_FOUND to describe the error, which is not so accurate.