MythTV
master
|
Go to the source code of this file.
Macros | |
#define | GENERIC_EXIT_OK 0 |
Exited with no error. More... | |
#define | GENERIC_EXIT_NOT_OK 128 |
Exited with error. More... | |
#define | GENERIC_EXIT_CMD_NOT_FOUND 129 |
Command not found. More... | |
#define | GENERIC_EXIT_NO_MYTHCONTEXT 130 |
No MythContext available. More... | |
#define | GENERIC_EXIT_NO_THEME 131 |
No Theme available. More... | |
#define | GENERIC_EXIT_INVALID_CMDLINE 132 |
Command line parse error. More... | |
#define | GENERIC_EXIT_DB_OUTOFDATE 133 |
Database needs upgrade. More... | |
#define | GENERIC_EXIT_DB_ERROR 134 |
Database error. More... | |
#define | GENERIC_EXIT_SOCKET_ERROR 135 |
Socket error. More... | |
#define | GENERIC_EXIT_PERMISSIONS_ERROR 136 |
File permissions error. More... | |
#define | GENERIC_EXIT_CONNECT_ERROR 137 |
Can't connect to master backend. More... | |
#define | GENERIC_EXIT_SETUP_ERROR 138 |
Incorrectly setup system. More... | |
#define | GENERIC_EXIT_INVALID_TIME 139 |
Invalid time. More... | |
#define | GENERIC_EXIT_KILLED 140 |
Process killed or stopped. More... | |
#define | GENERIC_EXIT_TIMEOUT 141 |
Process timed out. More... | |
#define | GENERIC_EXIT_RUNNING 142 |
Process is running. More... | |
#define | GENERIC_EXIT_PIPE_FAILURE 143 |
Error creating I/O pipes. More... | |
#define | GENERIC_EXIT_NO_HANDLER 144 |
No MythSystemLegacy Handler. More... | |
#define | GENERIC_EXIT_DAEMONIZING_ERROR 145 |
Error daemonizing or execl. More... | |
#define | GENERIC_EXIT_NO_RECORDING_DATA 146 |
No program/recording data. More... | |
#define | GENERIC_EXIT_REMOTE_FILE 147 |
Can't transcode a remote file. More... | |
#define | GENERIC_EXIT_RESTART 148 |
Need to restart transcoding. More... | |
#define | GENERIC_EXIT_WRITE_FRAME_ERROR 149 |
Frame write error. More... | |
#define | GENERIC_EXIT_DEADLOCK 150 |
Transcode deadlock detected. More... | |
#define | GENERIC_EXIT_IN_USE 151 |
Recording in use, can't flag. More... | |
#define | GENERIC_EXIT_START 152 |
MythSystemLegacy process starting. More... | |
#define | GENERIC_EXIT_DB_NOTIMEZONE 153 |
Missing DB time zone support. More... | |
#define GENERIC_EXIT_OK 0 |
Exited with no error.
Definition at line 10 of file exitcodes.h.
#define GENERIC_EXIT_NOT_OK 128 |
Exited with error.
Definition at line 11 of file exitcodes.h.
#define GENERIC_EXIT_CMD_NOT_FOUND 129 |
Command not found.
Definition at line 12 of file exitcodes.h.
#define GENERIC_EXIT_NO_MYTHCONTEXT 130 |
No MythContext available.
Definition at line 13 of file exitcodes.h.
#define GENERIC_EXIT_NO_THEME 131 |
No Theme available.
Definition at line 14 of file exitcodes.h.
#define GENERIC_EXIT_INVALID_CMDLINE 132 |
Command line parse error.
Definition at line 15 of file exitcodes.h.
#define GENERIC_EXIT_DB_OUTOFDATE 133 |
Database needs upgrade.
Definition at line 16 of file exitcodes.h.
#define GENERIC_EXIT_DB_ERROR 134 |
Database error.
Definition at line 17 of file exitcodes.h.
#define GENERIC_EXIT_SOCKET_ERROR 135 |
Socket error.
Definition at line 18 of file exitcodes.h.
#define GENERIC_EXIT_PERMISSIONS_ERROR 136 |
File permissions error.
Definition at line 19 of file exitcodes.h.
#define GENERIC_EXIT_CONNECT_ERROR 137 |
Can't connect to master backend.
Definition at line 20 of file exitcodes.h.
#define GENERIC_EXIT_SETUP_ERROR 138 |
Incorrectly setup system.
Definition at line 21 of file exitcodes.h.
#define GENERIC_EXIT_INVALID_TIME 139 |
Invalid time.
Definition at line 22 of file exitcodes.h.
#define GENERIC_EXIT_KILLED 140 |
Process killed or stopped.
Definition at line 23 of file exitcodes.h.
#define GENERIC_EXIT_TIMEOUT 141 |
Process timed out.
Definition at line 24 of file exitcodes.h.
#define GENERIC_EXIT_RUNNING 142 |
Process is running.
Definition at line 25 of file exitcodes.h.
#define GENERIC_EXIT_PIPE_FAILURE 143 |
Error creating I/O pipes.
Definition at line 26 of file exitcodes.h.
#define GENERIC_EXIT_NO_HANDLER 144 |
No MythSystemLegacy Handler.
Definition at line 27 of file exitcodes.h.
#define GENERIC_EXIT_DAEMONIZING_ERROR 145 |
Error daemonizing or execl.
Definition at line 28 of file exitcodes.h.
#define GENERIC_EXIT_NO_RECORDING_DATA 146 |
No program/recording data.
Definition at line 29 of file exitcodes.h.
#define GENERIC_EXIT_REMOTE_FILE 147 |
Can't transcode a remote file.
Definition at line 30 of file exitcodes.h.
#define GENERIC_EXIT_RESTART 148 |
Need to restart transcoding.
Definition at line 31 of file exitcodes.h.
#define GENERIC_EXIT_WRITE_FRAME_ERROR 149 |
Frame write error.
Definition at line 32 of file exitcodes.h.
#define GENERIC_EXIT_DEADLOCK 150 |
Transcode deadlock detected.
Definition at line 33 of file exitcodes.h.
#define GENERIC_EXIT_IN_USE 151 |
Recording in use, can't flag.
Definition at line 34 of file exitcodes.h.
#define GENERIC_EXIT_START 152 |
MythSystemLegacy process starting.
Definition at line 35 of file exitcodes.h.
#define GENERIC_EXIT_DB_NOTIMEZONE 153 |
Missing DB time zone support.
Definition at line 36 of file exitcodes.h.