libguac
1.1.0
guacamole
error.h
Go to the documentation of this file.
1
/*
2
* Licensed to the Apache Software Foundation (ASF) under one
3
* or more contributor license agreements. See the NOTICE file
4
* distributed with this work for additional information
5
* regarding copyright ownership. The ASF licenses this file
6
* to you under the Apache License, Version 2.0 (the
7
* "License"); you may not use this file except in compliance
8
* with the License. You may obtain a copy of the License at
9
*
10
* http://www.apache.org/licenses/LICENSE-2.0
11
*
12
* Unless required by applicable law or agreed to in writing,
13
* software distributed under the License is distributed on an
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
* KIND, either express or implied. See the License for the
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
20
21
#ifndef _GUAC_ERROR_H
22
#define _GUAC_ERROR_H
23
31
#include "
error-types.h
"
32
36
const
char
*
guac_status_string
(
guac_status
status);
37
46
#define guac_error (*__guac_error())
47
48
guac_status
* __guac_error();
49
59
#define guac_error_message (*__guac_error_message())
60
61
const
char
** __guac_error_message();
62
66
const
char
*
guac_status_string
(
guac_status
status);
67
76
#define guac_error (*__guac_error())
77
78
guac_status
* __guac_error();
79
89
#define guac_error_message (*__guac_error_message())
90
91
const
char
** __guac_error_message();
92
93
#endif
94
guac_status
guac_status
Return codes shared by all Guacamole functions which can fail.
Definition:
error-types.h:32
guac_status_string
const char * guac_status_string(guac_status status)
Returns a human-readable explanation of the status code given.
error-types.h
Type definitions related to return values and errors.
Generated by
1.8.17