Package ch.bailu.gtk.gio
Schnittstelle DBusError
public interface DBusError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intSecurity restrictions don't allow doing what you're trying to do.static final intCan't bind a socket since its address is in use (i.e.static final intAsked for ADT audit data and it wasn't available.static final intAuthentication didn't work.static final intA D-Bus bus address was malformed.static final intThe connection is disconnected and you're trying to use it.static final intA generic error; "something went wrong" - see the error message for
more.static final intExisting file and the operation you're using does not silently overwrite.static final intMissing file.static final intInvalid arguments passed to a method call.static final intA file contains invalid syntax or is otherwise broken.static final intA type signature is not valid.static final intSomething went wrong reading or writing to a socket, for example.static final intSome limited resource is exhausted.static final intThe match rule isn't syntactically valid.static final intTried to remove or modify a match rule that didn't exist.static final intThe bus name you referenced doesn't exist (i.e. no application owns
it).static final intThere was not enough memory to complete an operation.static final intNo network access (probably ENETUNREACH on a socket).static final intNo reply to a message expecting one, usually means a timeout occurred.static final intUnable to connect to server (probably caused by ECONNREFUSED on a
socket).static final intRequested operation isn't supported (like ENOSYS on UNIX).static final intThere's already an object with the requested object path.static final intProperty you tried to set is read-only.static final intAsked for SELinux security context and it wasn't available.static final intThe bus doesn't know how to launch a service to supply the bus name
you wanted.static final intWhile starting a new process, the child exited with a status code.static final intWhile starting a new process, the child exited on a signal.static final intWe failed to setup the config parser correctly.static final intWhile starting a new process, the exec() call failed.static final intWhile starting a new process, something went wrong.static final intService file invalid (Name, User or Exec missing).static final intWhile starting a new process, the fork() call failed.static final intTried to get a UNIX process ID and it wasn't available.static final intPermissions are incorrect on the setuid helper.static final intBus name was not valid.static final intService file not found in system-services directory.static final intWe failed to setup the environment correctly.static final intCertain timeout errors, e.g. while starting a service.static final intCertain timeout errors, possibly ETIMEDOUT on a socket.static final intTried to get a UNIX process ID and it wasn't available.static final intInterface you invoked a method on isn't known by the object.static final intMethod name you invoked isn't known by the object you invoked it on.static final intObject you invoked a method on isn't known.static final intProperty you tried to access isn't known by the object.
-
Felddetails
-
FAILED
static final int FAILEDA generic error; "something went wrong" - see the error message for
more.- Siehe auch:
-
NO_MEMORY
static final int NO_MEMORYThere was not enough memory to complete an operation.- Siehe auch:
-
SERVICE_UNKNOWN
static final int SERVICE_UNKNOWNThe bus doesn't know how to launch a service to supply the bus name
you wanted.- Siehe auch:
-
NAME_HAS_NO_OWNER
static final int NAME_HAS_NO_OWNERThe bus name you referenced doesn't exist (i.e. no application owns
it).- Siehe auch:
-
NO_REPLY
static final int NO_REPLYNo reply to a message expecting one, usually means a timeout occurred.- Siehe auch:
-
IO_ERROR
static final int IO_ERRORSomething went wrong reading or writing to a socket, for example.- Siehe auch:
-
BAD_ADDRESS
static final int BAD_ADDRESSA D-Bus bus address was malformed.- Siehe auch:
-
NOT_SUPPORTED
static final int NOT_SUPPORTEDRequested operation isn't supported (like ENOSYS on UNIX).- Siehe auch:
-
LIMITS_EXCEEDED
static final int LIMITS_EXCEEDEDSome limited resource is exhausted.- Siehe auch:
-
ACCESS_DENIED
static final int ACCESS_DENIEDSecurity restrictions don't allow doing what you're trying to do.- Siehe auch:
-
AUTH_FAILED
static final int AUTH_FAILEDAuthentication didn't work.- Siehe auch:
-
NO_SERVER
static final int NO_SERVERUnable to connect to server (probably caused by ECONNREFUSED on a
socket).- Siehe auch:
-
TIMEOUT
static final int TIMEOUTCertain timeout errors, possibly ETIMEDOUT on a socket. Note that
%G_DBUS_ERROR_NO_REPLY is used for message reply timeouts. Warning:
this is confusingly-named given that %G_DBUS_ERROR_TIMED_OUT also
exists. We can't fix it for compatibility reasons so just be
careful.- Siehe auch:
-
NO_NETWORK
static final int NO_NETWORKNo network access (probably ENETUNREACH on a socket).- Siehe auch:
-
ADDRESS_IN_USE
static final int ADDRESS_IN_USECan't bind a socket since its address is in use (i.e. EADDRINUSE).- Siehe auch:
-
DISCONNECTED
static final int DISCONNECTEDThe connection is disconnected and you're trying to use it.- Siehe auch:
-
INVALID_ARGS
static final int INVALID_ARGSInvalid arguments passed to a method call.- Siehe auch:
-
FILE_NOT_FOUND
static final int FILE_NOT_FOUNDMissing file.- Siehe auch:
-
FILE_EXISTS
static final int FILE_EXISTSExisting file and the operation you're using does not silently overwrite.- Siehe auch:
-
UNKNOWN_METHOD
static final int UNKNOWN_METHODMethod name you invoked isn't known by the object you invoked it on.- Siehe auch:
-
TIMED_OUT
static final int TIMED_OUTCertain timeout errors, e.g. while starting a service. Warning: this is
confusingly-named given that %G_DBUS_ERROR_TIMEOUT also exists. We
can't fix it for compatibility reasons so just be careful.- Siehe auch:
-
MATCH_RULE_NOT_FOUND
static final int MATCH_RULE_NOT_FOUNDTried to remove or modify a match rule that didn't exist.- Siehe auch:
-
MATCH_RULE_INVALID
static final int MATCH_RULE_INVALIDThe match rule isn't syntactically valid.- Siehe auch:
-
SPAWN_EXEC_FAILED
static final int SPAWN_EXEC_FAILEDWhile starting a new process, the exec() call failed.- Siehe auch:
-
SPAWN_FORK_FAILED
static final int SPAWN_FORK_FAILEDWhile starting a new process, the fork() call failed.- Siehe auch:
-
SPAWN_CHILD_EXITED
static final int SPAWN_CHILD_EXITEDWhile starting a new process, the child exited with a status code.- Siehe auch:
-
SPAWN_CHILD_SIGNALED
static final int SPAWN_CHILD_SIGNALEDWhile starting a new process, the child exited on a signal.- Siehe auch:
-
SPAWN_FAILED
static final int SPAWN_FAILEDWhile starting a new process, something went wrong.- Siehe auch:
-
SPAWN_SETUP_FAILED
static final int SPAWN_SETUP_FAILEDWe failed to setup the environment correctly.- Siehe auch:
-
SPAWN_CONFIG_INVALID
static final int SPAWN_CONFIG_INVALIDWe failed to setup the config parser correctly.- Siehe auch:
-
SPAWN_SERVICE_INVALID
static final int SPAWN_SERVICE_INVALIDBus name was not valid.- Siehe auch:
-
SPAWN_SERVICE_NOT_FOUND
static final int SPAWN_SERVICE_NOT_FOUNDService file not found in system-services directory.- Siehe auch:
-
SPAWN_PERMISSIONS_INVALID
static final int SPAWN_PERMISSIONS_INVALIDPermissions are incorrect on the setuid helper.- Siehe auch:
-
SPAWN_FILE_INVALID
static final int SPAWN_FILE_INVALIDService file invalid (Name, User or Exec missing).- Siehe auch:
-
SPAWN_NO_MEMORY
static final int SPAWN_NO_MEMORYTried to get a UNIX process ID and it wasn't available.- Siehe auch:
-
UNIX_PROCESS_ID_UNKNOWN
static final int UNIX_PROCESS_ID_UNKNOWNTried to get a UNIX process ID and it wasn't available.- Siehe auch:
-
INVALID_SIGNATURE
static final int INVALID_SIGNATUREA type signature is not valid.- Siehe auch:
-
INVALID_FILE_CONTENT
static final int INVALID_FILE_CONTENTA file contains invalid syntax or is otherwise broken.- Siehe auch:
-
SELINUX_SECURITY_CONTEXT_UNKNOWN
static final int SELINUX_SECURITY_CONTEXT_UNKNOWNAsked for SELinux security context and it wasn't available.- Siehe auch:
-
ADT_AUDIT_DATA_UNKNOWN
static final int ADT_AUDIT_DATA_UNKNOWNAsked for ADT audit data and it wasn't available.- Siehe auch:
-
OBJECT_PATH_IN_USE
static final int OBJECT_PATH_IN_USEThere's already an object with the requested object path.- Siehe auch:
-
UNKNOWN_OBJECT
static final int UNKNOWN_OBJECTObject you invoked a method on isn't known. Since 2.42- Siehe auch:
-
UNKNOWN_INTERFACE
static final int UNKNOWN_INTERFACEInterface you invoked a method on isn't known by the object. Since 2.42- Siehe auch:
-
UNKNOWN_PROPERTY
static final int UNKNOWN_PROPERTYProperty you tried to access isn't known by the object. Since 2.42- Siehe auch:
-
PROPERTY_READ_ONLY
static final int PROPERTY_READ_ONLYProperty you tried to set is read-only. Since 2.42- Siehe auch:
-