Gjsify LogoGjsify Logo

Enumerated type representing the Telepathy D-Bus errors.

Index

Enumeration Members

ALREADY_CONNECTED: number

org.freedesktop.Telepathy.Error.AlreadyConnected: Raised on attempts to connect again to an account that is already connected, if the protocol or server does not allow this. Since 0.7.34

AUTHENTICATION_FAILED: number

org.freedesktop.Telepathy.Error.AuthenticationFailed: Raised when authentication with a service was unsuccessful.

BUSY: number

org.freedesktop.Telepathy.Error.Busy: Used to represent a user being removed from a channel because of a "busy" indication.

CANCELLED: number

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).

CAPTCHA_NOT_SUPPORTED: number

org.freedesktop.Telepathy.Error.Media.CaptchaNotSupported: Raised if no UI is available to present captchas, or if one is available but it is unable to answer any of the captchas given.

CERT_EXPIRED: number

org.freedesktop.Telepathy.Error.Cert.Expired: Raised if the server provided an expired SSL/TLS certificate.

CERT_FINGERPRINT_MISMATCH: number

org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch: Raised if the server provided an SSL/TLS certificate that did not have the expected fingerprint.

CERT_HOSTNAME_MISMATCH: number

org.freedesktop.Telepathy.Error.Cert.HostnameMismatch: Raised if the server provided an SSL/TLS certificate that did not match its hostname.

CERT_INSECURE: number

org.freedesktop.Telepathy.Error.Cert.Insecure: Raised if the server provided an SSL/TLS certificate that uses an insecure cipher algorithm or is cryptographically weak. Since 0.11.12

CERT_INVALID: number

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.

CERT_LIMIT_EXCEEDED: number

org.freedesktop.Telepathy.Error.Cert.LimitExceeded: Raised if the length in bytes of the server certificate, or the depth of the server certificate chain, exceed the limits imposed by the crypto library. Since 0.11.12

CERT_NOT_ACTIVATED: number

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.

CERT_NOT_PROVIDED: number

org.freedesktop.Telepathy.Error.Cert.NotProvided: Raised if the server did not provide a SSL/TLS certificate.

CERT_REVOKED: number

org.freedesktop.Telepathy.Error.Cert.Revoked: Raised if the server provided an SSL/TLS certificate that has been revoked. Since 0.11.12

CERT_SELF_SIGNED: number

org.freedesktop.Telepathy.Error.Cert.SelfSigned: Raised if the server provided an SSL/TLS certificate that is self-signed and untrusted.

CERT_UNTRUSTED: number

org.freedesktop.Telepathy.Error.Cert.Untrusted: Raised if the server provided a SSL/TLS certificate signed by an untrusted certifying authority.

CHANNEL_BANNED: number

org.freedesktop.Telepathy.Error.Channel.Banned: You are banned from the channel.

CHANNEL_FULL: number

org.freedesktop.Telepathy.Error.Channel.Full: The channel is full.

CHANNEL_INVITE_ONLY: number

org.freedesktop.Telepathy.Error.Channel.InviteOnly: The requested channel is invite-only.

CHANNEL_KICKED: number

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.

CONFUSED: number

org.freedesktop.Telepathy.Error.Confused: Raised if a server rejects protocol messages from a connection manager claiming that they do not make sense, two local processes fail to understand each other, or an apparently impossible situation is reached. This has a similar meaning to %TP_DBUS_ERROR_INCONSISTENT but can be passed between processes via D-Bus. Since 0.13.7

CONNECTION_FAILED: number

org.freedesktop.Telepathy.Error.ConnectionFailed: Raised when a connection can't be established.

CONNECTION_LOST: number

org.freedesktop.Telepathy.Error.ConnectionLost: Raised when a connection is broken.

CONNECTION_REFUSED: number

org.freedesktop.Telepathy.Error.ConnectionRefused: Raised when a connection is refused.

CONNECTION_REPLACED: number

org.freedesktop.Telepathy.Error.ConnectionReplaced: Used as disconnection reason for an existing connection if it is disconnected because a second connection to the same account is made. Since 0.7.34

DISCONNECTED: number

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.

DOES_NOT_EXIST: number

org.freedesktop.Telepathy.Error.DoesNotExist: Raised when the requested user does not, in fact, exist.

EMERGENCY_CALLS_NOT_SUPPORTED: number

org.freedesktop.Telepathy.Error.EmergencyCallsNotSupported: Raised when a client attempts to dial a number that is recognized as an emergency number (e.g. '911' in the USA), but the Connection Manager or provider does not support dialling emergency numbers.

ENCRYPTION_ERROR: number

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).

ENCRYPTION_NOT_AVAILABLE: number

org.freedesktop.Telepathy.Error.EncryptionNotAvailable: Raised if a user request insisted that encryption should be used, but encryption was not actually available.

INSUFFICIENT_BALANCE: number

org.freedesktop.Telepathy.Error.InsufficientBalance: Raised if the user has insufficient balance to place a call. The key 'balance-required' MAY be included in CallStateDetails on a Call channel (with the same units and scale as AccountBalance) to indicate how much credit is required to make this call.

INVALID_ARGUMENT: number

org.freedesktop.Telepathy.Error.InvalidArgument: Raised when one of the provided arguments is invalid.

INVALID_HANDLE: number

org.freedesktop.Telepathy.Error.InvalidHandle: An identifier being converted to a handle was syntactically invalid, or an invalid handle was used.

MEDIA_CODECS_INCOMPATIBLE: number

org.freedesktop.Telepathy.Error.Media.CodecsIncompatible: Raised when the local streaming implementation has no codecs in common with the remote side. Since 0.15.6

MEDIA_STREAMING_ERROR: number

org.freedesktop.Telepathy.Error.Media.StreamingError: Raised when the call's streaming implementation has some kind of internal error. Since 0.15.6

MEDIA_UNSUPPORTED_TYPE: number

org.freedesktop.Telepathy.Error.Media.UnsupportedType: The media stream type requested is not supported by either the local or remote side. Since 0.15.6

NETWORK_ERROR: number

org.freedesktop.Telepathy.Error.NetworkError: Raised when there is an error reading from or writing to the network.

NOT_AVAILABLE: number

org.freedesktop.Telepathy.Error.NotAvailable: Raised when the requested functionality is temporarily unavailable.

NOT_CAPABLE: number

org.freedesktop.Telepathy.Error.NotCapable: Raised when requested functionality is unavailable due to a contact not having the required capabilities.

NOT_IMPLEMENTED: number

org.freedesktop.Telepathy.Error.NotImplemented: Raised when the requested method, channel, etc is not available on this connection.

NOT_YET: number

org.freedesktop.Telepathy.Error.NotYet: Raised when the requested functionality is not yet available, but is likely to become available after some time has passed. Since 0.11.15

NOT_YOURS: number

org.freedesktop.Telepathy.Error.NotYours: The requested channel or other resource already exists, and another client is responsible for it

NO_ANSWER: number

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.

OFFLINE: number

org.freedesktop.Telepathy.Error.Offline: Raised when requested functionality is unavailable because a contact is offline.

PERMISSION_DENIED: number

org.freedesktop.Telepathy.Error.PermissionDenied: The user is not permitted to perform the requested operation.

PICKED_UP_ELSEWHERE: number

org.freedesktop.Telepathy.Error.PickedUpElsewhere: Raised when a call was terminated as a result of the local user picking up the call on a different resource. Since 0.13.3

REGISTRATION_EXISTS: number

org.freedesktop.Telepathy.Error.RegistrationExists: Raised on attempts to register an account on a server when the account already exists. Since 0.7.34

REJECTED: number

org.freedesktop.Telepathy.Error.Rejected: Raised when an incoming or outgoing call is rejected by the receiving contact. Since 0.13.2

RESOURCE_UNAVAILABLE: number

org.freedesktop.Telepathy.Error.ResourceUnavailable: Raised when a local process rejects a request because it does not have enough of a resource, such as memory. Since 0.7.34

SERVICE_BUSY: number

org.freedesktop.Telepathy.Error.ServiceBusy: Raised when a server or other infrastructure rejects a request because it is too busy. Since 0.7.34

SERVICE_CONFUSED: number

org.freedesktop.Telepathy.Error.ServiceConfused: Raised when a server or other piece of infrastructure indicates an internal error, or when a message that makes no sense is received from a server or other piece of infrastructure. Since 0.13.7

SOFTWARE_UPGRADE_REQUIRED: number

org.freedesktop.Telepathy.Error.SoftwareUpgradeRequired: Raised when a Connection cannot be established because either the Connection Manager or its support library (e.g. wocky, papyon, sofiasip) requires upgrading to support a newer protocol version.

TERMINATED: number

org.freedesktop.Telepathy.Error.Terminated: Raised when a channel is terminated for an unspecified reason. In particular, this error SHOULD be used whenever normal termination of a 1-1 StreamedMedia call by the remote user is represented as a D-Bus error name.

WOULD_BREAK_ANONYMITY: number

org.freedesktop.Telepathy.Error.WouldBreakAnonymity: Raised when a request cannot be satisfied without violating an earlier request for anonymity, and the earlier request specified that raising an error is preferable to disclosing the user's identity Since 0.11.7

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method