libmpdclient 2.22
protocol.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_PROTOCOL_H
12#define MPD_PROTOCOL_H
13
16
22
30};
31
32#endif
mpd_server_error
Definition protocol.h:14
@ MPD_SERVER_ERROR_PLAYLIST_LOAD
Definition protocol.h:26
@ MPD_SERVER_ERROR_UNKNOWN_CMD
Definition protocol.h:21
@ MPD_SERVER_ERROR_NO_EXIST
Definition protocol.h:23
@ MPD_SERVER_ERROR_EXIST
Definition protocol.h:29
@ MPD_SERVER_ERROR_NOT_LIST
Definition protocol.h:17
@ MPD_SERVER_ERROR_SYSTEM
Definition protocol.h:25
@ MPD_SERVER_ERROR_PLAYER_SYNC
Definition protocol.h:28
@ MPD_SERVER_ERROR_ARG
Definition protocol.h:18
@ MPD_SERVER_ERROR_UNK
Definition protocol.h:15
@ MPD_SERVER_ERROR_PERMISSION
Definition protocol.h:20
@ MPD_SERVER_ERROR_PLAYLIST_MAX
Definition protocol.h:24
@ MPD_SERVER_ERROR_UPDATE_ALREADY
Definition protocol.h:27
@ MPD_SERVER_ERROR_PASSWORD
Definition protocol.h:19