libmpdclient
2.23
Main Page
Classes
Files
File List
File Members
mpd
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
14
enum
mpd_server_error
{
15
MPD_SERVER_ERROR_UNK
= -1,
16
17
MPD_SERVER_ERROR_NOT_LIST
= 1,
18
MPD_SERVER_ERROR_ARG
= 2,
19
MPD_SERVER_ERROR_PASSWORD
= 3,
20
MPD_SERVER_ERROR_PERMISSION
= 4,
21
MPD_SERVER_ERROR_UNKNOWN_CMD
= 5,
22
23
MPD_SERVER_ERROR_NO_EXIST
= 50,
24
MPD_SERVER_ERROR_PLAYLIST_MAX
= 51,
25
MPD_SERVER_ERROR_SYSTEM
= 52,
26
MPD_SERVER_ERROR_PLAYLIST_LOAD
= 53,
27
MPD_SERVER_ERROR_UPDATE_ALREADY
= 54,
28
MPD_SERVER_ERROR_PLAYER_SYNC
= 55,
29
MPD_SERVER_ERROR_EXIST
= 56,
30
};
31
32
#endif
MPD_SERVER_ERROR_EXIST
Definition:
protocol.h:29
mpd_server_error
mpd_server_error
Definition:
protocol.h:14
MPD_SERVER_ERROR_UPDATE_ALREADY
Definition:
protocol.h:27
MPD_SERVER_ERROR_NOT_LIST
Definition:
protocol.h:17
MPD_SERVER_ERROR_PASSWORD
Definition:
protocol.h:19
MPD_SERVER_ERROR_UNK
Definition:
protocol.h:15
MPD_SERVER_ERROR_NO_EXIST
Definition:
protocol.h:23
MPD_SERVER_ERROR_PLAYLIST_MAX
Definition:
protocol.h:24
MPD_SERVER_ERROR_PERMISSION
Definition:
protocol.h:20
MPD_SERVER_ERROR_UNKNOWN_CMD
Definition:
protocol.h:21
MPD_SERVER_ERROR_PLAYLIST_LOAD
Definition:
protocol.h:26
MPD_SERVER_ERROR_SYSTEM
Definition:
protocol.h:25
MPD_SERVER_ERROR_ARG
Definition:
protocol.h:18
MPD_SERVER_ERROR_PLAYER_SYNC
Definition:
protocol.h:28
Generated by
1.8.10