Hello,
I'am writing an Programm using libmpdclient.
I know how to check for errors and which errors are there, but does the error "MPD_ERROR_OOM" (out of memory) just say that the last operation was unsuccessfull or does it also say that the server connection got closed ?
The Api documentation does not say anything about that.
Yes i already knew that it meant that the last operation was unsuccessfull, but what I wanted to know is, if the connection gets closed or not.
For example if the Error "MPD_ERROR_TIMEOUT" occures the connection gets closed but if you get the error "MPD_ERROR_MALFORMED" the connection is still ok afterwards and can be reused.