![]() |
Defines | |
#define | TELEPATHY_ERROR_NETWORK_ERROR "org.freedesktop.Telepathy.Error.NetworkError" |
#define | TELEPATHY_ERROR_NOT_IMPLEMENTED "org.freedesktop.Telepathy.Error.NotImplemented" |
#define | TELEPATHY_ERROR_INVALID_ARGUMENT "org.freedesktop.Telepathy.Error.InvalidArgument" |
#define | TELEPATHY_ERROR_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.NotAvailable" |
#define | TELEPATHY_ERROR_PERMISSION_DENIED "org.freedesktop.Telepathy.Error.PermissionDenied" |
#define | TELEPATHY_ERROR_DISCONNECTED "org.freedesktop.Telepathy.Error.Disconnected" |
#define | TELEPATHY_ERROR_INVALID_HANDLE "org.freedesktop.Telepathy.Error.InvalidHandle" |
#define | TELEPATHY_ERROR_CHANNEL_BANNED "org.freedesktop.Telepathy.Error.Channel.Banned" |
#define | TELEPATHY_ERROR_CHANNEL_FULL "org.freedesktop.Telepathy.Error.Channel.Full" |
#define | TELEPATHY_ERROR_CHANNEL_INVITE_ONLY "org.freedesktop.Telepathy.Error.Channel.InviteOnly" |
#define | TELEPATHY_ERROR_NOT_YOURS "org.freedesktop.Telepathy.Error.NotYours" |
#define | TELEPATHY_ERROR_CANCELLED "org.freedesktop.Telepathy.Error.Cancelled" |
#define | TELEPATHY_ERROR_AUTHENTICATION_FAILED "org.freedesktop.Telepathy.Error.AuthenticationFailed" |
#define | TELEPATHY_ERROR_ENCRYPTION_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.EncryptionNotAvailable" |
#define | TELEPATHY_ERROR_ENCRYPTION_ERROR "org.freedesktop.Telepathy.Error.EncryptionError" |
#define | TELEPATHY_ERROR_CERT_NOT_PROVIDED "org.freedesktop.Telepathy.Error.Cert.NotProvided" |
#define | TELEPATHY_ERROR_CERT_UNTRUSTED "org.freedesktop.Telepathy.Error.Cert.Untrusted" |
#define | TELEPATHY_ERROR_CERT_EXPIRED "org.freedesktop.Telepathy.Error.Cert.Expired" |
#define | TELEPATHY_ERROR_CERT_NOT_ACTIVATED "org.freedesktop.Telepathy.Error.Cert.NotActivated" |
#define | TELEPATHY_ERROR_CERT_FINGERPRINT_MISMATCH "org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch" |
#define | TELEPATHY_ERROR_CERT_HOSTNAME_MISMATCH "org.freedesktop.Telepathy.Error.Cert.HostnameMismatch" |
#define | TELEPATHY_ERROR_CERT_SELF_SIGNED "org.freedesktop.Telepathy.Error.Cert.SelfSigned" |
#define | TELEPATHY_ERROR_CERT_INVALID "org.freedesktop.Telepathy.Error.Cert.Invalid" |
#define | TELEPATHY_ERROR_NOT_CAPABLE "org.freedesktop.Telepathy.Error.NotCapable" |
#define | TELEPATHY_ERROR_OFFLINE "org.freedesktop.Telepathy.Error.Offline" |
#define | TELEPATHY_ERROR_CHANNEL_KICKED "org.freedesktop.Telepathy.Error.Channel.Kicked" |
#define | TELEPATHY_ERROR_BUSY "org.freedesktop.Telepathy.Error.Busy" |
#define | TELEPATHY_ERROR_NO_ANSWER "org.freedesktop.Telepathy.Error.NoAnswer" |
#define | TELEPATHY_ERROR_DOES_NOT_EXIST "org.freedesktop.Telepathy.Error.DoesNotExist" |
#define | TELEPATHY_DBUS_ERROR_NAME_HAS_NO_OWNER "org.freedesktop.DBus.Error.NameHasNoOwner" |
#define TELEPATHY_DBUS_ERROR_NAME_HAS_NO_OWNER "org.freedesktop.DBus.Error.NameHasNoOwner" |
The error name "org.freedesktop.DBus.Error.NameHasNoOwner".
Raised by the D-Bus daemon when looking up the owner of a well-known name, if no process owns that name.
Also used by DBusProxy to indicate that the owner of a well-known name has disappeared (usually indicating that the process owning that name exited or crashed).
#define TELEPATHY_ERROR_AUTHENTICATION_FAILED "org.freedesktop.Telepathy.Error.AuthenticationFailed" |
The error name "org.freedesktop.Telepathy.Error.AuthenticationFailed".
Raised when authentication with a service was unsuccessful. This corresponds to Authentication_Failed in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_BUSY "org.freedesktop.Telepathy.Error.Busy" |
The error name "org.freedesktop.Telepathy.Error.Busy".
Used to represent a user being removed from a channel because of a "busy" indication. This corresponds to Busy in the Channel_Group_Change_Reason enum.
#define TELEPATHY_ERROR_CANCELLED "org.freedesktop.Telepathy.Error.Cancelled" |
The error name "org.freedesktop.Telepathy.Error.Cancelled".
Raised by an ongoing request if it is cancelled by user request before it has completed, or when operations are performed on an object which the user has asked to close (for instance, a Connection where the user has called Disconnect, or a Channel where the user has called Close). The second form can be used to correspond to the Requested member in the Connection_Status_Reason enum, or to to represent the situation where disconnecting a Connection, closing a Channel, etc. has been requested by the user but this request has not yet been acted on, for instance because the service will only act on the request when it has finished processing an event queue.
#define TELEPATHY_ERROR_CERT_EXPIRED "org.freedesktop.Telepathy.Error.Cert.Expired" |
The error name "org.freedesktop.Telepathy.Error.Cert.Expired".
Raised if the server provided an expired SSL/TLS certificate. This corresponds to Cert_Expired in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_CERT_FINGERPRINT_MISMATCH "org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch" |
The error name "org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch".
Raised if the server provided an SSL/TLS certificate that did not have the expected fingerprint. This corresponds to Cert_Fingerprint_Mismatch in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_CERT_HOSTNAME_MISMATCH "org.freedesktop.Telepathy.Error.Cert.HostnameMismatch" |
The error name "org.freedesktop.Telepathy.Error.Cert.HostnameMismatch".
Raised if the server provided an SSL/TLS certificate that did not match its hostname. This corresponds to Cert_Hostname_Mismatch in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_CERT_INVALID "org.freedesktop.Telepathy.Error.Cert.Invalid" |
The error name "org.freedesktop.Telepathy.Error.Cert.Invalid".
Raised if the server provided an SSL/TLS certificate that is unacceptable in some way that does not have a more specific error. This corresponds to Cert_Other_Error in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_CERT_NOT_ACTIVATED "org.freedesktop.Telepathy.Error.Cert.NotActivated" |
The error name "org.freedesktop.Telepathy.Error.Cert.NotActivated".
Raised if the server provided an SSL/TLS certificate that will become valid at some point in the future. This corresponds to Cert_Not_Activated in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_CERT_NOT_PROVIDED "org.freedesktop.Telepathy.Error.Cert.NotProvided" |
The error name "org.freedesktop.Telepathy.Error.Cert.NotProvided".
Raised if the server did not provide a SSL/TLS certificate. This error MUST NOT be used to represent the absence of a client certificate provided by the Telepathy connection manager. This corresponds to Cert_Not_Provided in the Connection_Status_Reason enum. That error explicitly applied only to server SSL certificates, so this one is similarly limited; having the CM present a client certificate is a possible future feature, but it should have its own error handling.
#define TELEPATHY_ERROR_CERT_SELF_SIGNED "org.freedesktop.Telepathy.Error.Cert.SelfSigned" |
The error name "org.freedesktop.Telepathy.Error.Cert.SelfSigned".
Raised if the server provided an SSL/TLS certificate that is self-signed and untrusted. This corresponds to Cert_Hostname_Mismatch in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_CERT_UNTRUSTED "org.freedesktop.Telepathy.Error.Cert.Untrusted" |
The error name "org.freedesktop.Telepathy.Error.Cert.Untrusted".
Raised if the server provided a SSL/TLS certificate signed by an untrusted certifying authority. This error SHOULD NOT be used to represent a self-signed certificate: see the Self Signed error for that. This corresponds to Cert_Untrusted in the Connection_Status_Reason enum, with a clarification to avoid ambiguity.
#define TELEPATHY_ERROR_CHANNEL_BANNED "org.freedesktop.Telepathy.Error.Channel.Banned" |
The error name "org.freedesktop.Telepathy.Error.Channel.Banned".
You are banned from the channel.
#define TELEPATHY_ERROR_CHANNEL_FULL "org.freedesktop.Telepathy.Error.Channel.Full" |
The error name "org.freedesktop.Telepathy.Error.Channel.Full".
The channel is full.
#define TELEPATHY_ERROR_CHANNEL_INVITE_ONLY "org.freedesktop.Telepathy.Error.Channel.InviteOnly" |
The error name "org.freedesktop.Telepathy.Error.Channel.InviteOnly".
The requested channel is invite-only.
#define TELEPATHY_ERROR_CHANNEL_KICKED "org.freedesktop.Telepathy.Error.Channel.Kicked" |
The error name "org.freedesktop.Telepathy.Error.Channel.Kicked".
Used to represent a user being ejected from a channel by another user, for instance being kicked from a chatroom. This corresponds to Kicked in the Channel_Group_Change_Reason enum.
#define TELEPATHY_ERROR_DISCONNECTED "org.freedesktop.Telepathy.Error.Disconnected" |
The error name "org.freedesktop.Telepathy.Error.Disconnected".
The connection is not currently connected and cannot be used. This error may also be raised when operations are performed on a Connection for which StatusChanged has signalled status Disconnected for reason None. The second usage corresponds to None in the Connection_Status_Reason enum; if a better reason is available, the corresponding error should be used instead.
#define TELEPATHY_ERROR_DOES_NOT_EXIST "org.freedesktop.Telepathy.Error.DoesNotExist" |
The error name "org.freedesktop.Telepathy.Error.DoesNotExist".
Raised when the requested user does not, in fact, exist. This corresponds to Invalid_Contact in the Channel_Group_Change_Reason enum, but can also be used to represent other things not existing (like chatrooms, perhaps).
#define TELEPATHY_ERROR_ENCRYPTION_ERROR "org.freedesktop.Telepathy.Error.EncryptionError" |
The error name "org.freedesktop.Telepathy.Error.EncryptionError".
Raised if encryption appears to be available, but could not actually be used (for instance if SSL/TLS negotiation fails). This corresponds to part of Encryption_Error in the Connection_Status_Reason enum.
#define TELEPATHY_ERROR_ENCRYPTION_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.EncryptionNotAvailable" |
The error name "org.freedesktop.Telepathy.Error.EncryptionNotAvailable".
Raised if a user request insisted that encryption should be used, but encryption was not actually available. This corresponds to part of Encryption_Error in the Connection_Status_Reason enum. It's been separated into a distinct error here because the two concepts that were part of EncryptionError seem to be things that could reasonably appear differently in the UI.
#define TELEPATHY_ERROR_INVALID_ARGUMENT "org.freedesktop.Telepathy.Error.InvalidArgument" |
The error name "org.freedesktop.Telepathy.Error.InvalidArgument".
Raised when one of the provided arguments is invalid.
Referenced by Telepathy::Client::TextChannel::becomeReady(), Telepathy::Client::ReadinessHelper::becomeReady(), Telepathy::Client::Channel::becomeReady(), Telepathy::Client::Connection::createChannel(), Telepathy::Client::Connection::ensureChannel(), Telepathy::Client::Channel::groupAddContacts(), and Telepathy::Client::Channel::groupRemoveContacts().
#define TELEPATHY_ERROR_INVALID_HANDLE "org.freedesktop.Telepathy.Error.InvalidHandle" |
The error name "org.freedesktop.Telepathy.Error.InvalidHandle".
The contact name specified is unknown on this channel or connection.
#define TELEPATHY_ERROR_NETWORK_ERROR "org.freedesktop.Telepathy.Error.NetworkError" |
The error name "org.freedesktop.Telepathy.Error.NetworkError".
Raised when there is an error reading from or writing to the network.
#define TELEPATHY_ERROR_NO_ANSWER "org.freedesktop.Telepathy.Error.NoAnswer" |
The error name "org.freedesktop.Telepathy.Error.NoAnswer".
Used to represent a user being removed from a channel because they did not respond, e.g. to a StreamedMedia call. This corresponds to No_Answer in the Channel_Group_Change_Reason enum.
#define TELEPATHY_ERROR_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.NotAvailable" |
The error name "org.freedesktop.Telepathy.Error.NotAvailable".
Raised when the requested functionality is temporarily unavailable.
Referenced by Telepathy::Client::Channel::becomeReady(), Telepathy::Client::Connection::createChannel(), Telepathy::Client::Connection::ensureChannel(), Telepathy::Client::Connection::getContactAttributes(), Telepathy::Client::Channel::groupAddContacts(), and Telepathy::Client::Channel::groupRemoveContacts().
#define TELEPATHY_ERROR_NOT_CAPABLE "org.freedesktop.Telepathy.Error.NotCapable" |
The error name "org.freedesktop.Telepathy.Error.NotCapable".
Raised when requested functionality is unavailable due to contact not having required capabilities.
#define TELEPATHY_ERROR_NOT_IMPLEMENTED "org.freedesktop.Telepathy.Error.NotImplemented" |
The error name "org.freedesktop.Telepathy.Error.NotImplemented".
Raised when the requested method, channel, etc is not available on this connection.
Referenced by Telepathy::Client::ContactManager::authorizePresencePublication(), Telepathy::Client::ContactManager::blockContacts(), Telepathy::Client::Connection::createChannel(), Telepathy::Client::Connection::ensureChannel(), Telepathy::Client::Connection::getContactAttributes(), Telepathy::Client::Channel::groupAddContacts(), Telepathy::Client::Channel::groupRemoveContacts(), Telepathy::Client::ContactManager::removePresencePublication(), Telepathy::Client::ContactManager::removePresenceSubscription(), Telepathy::Client::ContactManager::requestPresenceSubscription(), Telepathy::Client::Account::setAvatar(), and Telepathy::Client::Connection::setSelfPresence().
#define TELEPATHY_ERROR_NOT_YOURS "org.freedesktop.Telepathy.Error.NotYours" |
The error name "org.freedesktop.Telepathy.Error.NotYours".
The requested channel or other resource already exists, and another client is responsible for it
#define TELEPATHY_ERROR_OFFLINE "org.freedesktop.Telepathy.Error.Offline" |
The error name "org.freedesktop.Telepathy.Error.Offline".
Raised when requested functionality is unavailable because a contact is offline. This corresponds to Offline in the Channel_Group_Change_Reason enum.
#define TELEPATHY_ERROR_PERMISSION_DENIED "org.freedesktop.Telepathy.Error.PermissionDenied" |
The error name "org.freedesktop.Telepathy.Error.PermissionDenied".
The user is not permitted to perform the requested operation.