libmpdclient 2.22
error.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2// Copyright The Music Player Daemon Project
3
11#ifndef MPD_ERROR_H
12#define MPD_ERROR_H
13
17
20
24
28
31
34
37
40
43
49};
50
51#endif
mpd_error
Definition error.h:14
@ MPD_ERROR_CLOSED
Definition error.h:42
@ MPD_ERROR_RESOLVER
Definition error.h:36
@ MPD_ERROR_SERVER
Definition error.h:48
@ MPD_ERROR_OOM
Definition error.h:19
@ MPD_ERROR_ARGUMENT
Definition error.h:23
@ MPD_ERROR_SYSTEM
Definition error.h:33
@ MPD_ERROR_MALFORMED
Definition error.h:39
@ MPD_ERROR_TIMEOUT
Definition error.h:30
@ MPD_ERROR_SUCCESS
Definition error.h:16
@ MPD_ERROR_STATE
Definition error.h:27