plptools
Loading...
Searching...
No Matches
connectionerror.h
Go to the documentation of this file.
1
/*
2
* This file is part of plptools.
3
*
4
* Copyright (C) 1999 Philip Proudman <philip.proudman@btinternet.com>
5
* Copyright (C) 1999 Matt J. Gumbley <matt@gumbley.demon.co.uk>
6
* Copyright (C) 1999-2001 Fritz Elfert <felfert@to.com>
7
* Copyright (C) 2026 Jason Morley <hello@jbmorley.co.uk>
8
*
9
* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License along
20
* along with this program; if not, see <https://www.gnu.org/licenses/>.
21
*
22
*/
23
#pragma once
24
28
enum
ConnectionError
{
29
FACERR_NONE
= 0,
30
FACERR_COULD_NOT_SEND
= 1,
31
FACERR_AGAIN
= 2,
32
FACERR_NOPSION
= 3,
33
FACERR_PROTVERSION
= 4,
34
FACERR_NORESPONSE
= 5,
35
FACERR_CONNECTION_FAILURE
= 6,
36
};
ConnectionError
ConnectionError
Errors that can occur when connecting to a PLP server.
Definition:
connectionerror.h:28
FACERR_PROTVERSION
@ FACERR_PROTVERSION
Definition:
connectionerror.h:33
FACERR_AGAIN
@ FACERR_AGAIN
Definition:
connectionerror.h:31
FACERR_NONE
@ FACERR_NONE
Definition:
connectionerror.h:29
FACERR_COULD_NOT_SEND
@ FACERR_COULD_NOT_SEND
Definition:
connectionerror.h:30
FACERR_NORESPONSE
@ FACERR_NORESPONSE
Definition:
connectionerror.h:34
FACERR_NOPSION
@ FACERR_NOPSION
Definition:
connectionerror.h:32
FACERR_CONNECTION_FAILURE
@ FACERR_CONNECTION_FAILURE
Definition:
connectionerror.h:35
lib
connectionerror.h
Generated by
1.9.5