Hi,
Those are standard HTTP status codes.
NB: The services also return values in the response bodies, so 200 OK doesn't necessarily mean 'success', only that the call succeeded. Oftentimes there's no error at all, and the value of an id field can be used for status, e.g. id > 0 (message center).
Thanks,
-Jon