GUPnP.ServerError – gupnp-1.6 Reference Manual
Packages
gupnp-1.6
GUPnP
ServerError
INTERNAL_SERVER_ERROR
INVALID_RESPONSE
INVALID_URL
NOT_FOUND
NOT_IMPLEMENTED
OTHER
quark
ServerError
Description:
[
CCode
( cprefix =
"GUPNP_SERVER_ERROR_"
, type_id =
"gupnp_server_error_get_type ()"
) ]
public
errordomain
ServerError
Error codes during communication with another server.
Namespace:
GUPnP
Package:
gupnp-1.6
Content:
Error codes:
INTERNAL_SERVER_ERROR
-
Internal server error.
INVALID_RESPONSE
-
Invalid response.
INVALID_URL
-
Invalid URL.
NOT_FOUND
-
The resource was not found.
NOT_IMPLEMENTED
-
This method is not implemented.
OTHER
-
Unknown/unhandled error.
Static methods:
public
static
Quark
quark
()