Gjsify LogoGjsify Logo

This is the enum of error numbers that will come either on the "error" signal, from the Gst Bus or for error in the FS_ERROR domain in GErrors

Index

Enumeration Members

ALREADY_EXISTS: number

The object already exists

CONNECTION_FAILED: number

Could not connect to the to remote party.

CONSTRUCTION: number

Error constructing some of the sub-elements, this probably denotes an error in the installation of the gstreamer elements. It is a fatal error.

DISPOSED: number

The object has been disposed.

INTERNAL: number

An internal error happened in Farstream, it may be in an inconsistent state. The object from which this error comes should be discarded.

INVALID_ARGUMENTS: number

Invalid arguments to the function, this is a programming error and should not be reported to the user

NEGOTIATION_FAILED: number

The codec negotiation has failed, this means that there are no common codecs between the local and remote codecs.

NETWORK: number

A network related error, this should probably be reported to the user.

NOT_IMPLEMENTED: number

The optional functionality is not implemented by this plugin.

NO_CODECS: number

There are no codecs detected for that media type.

NO_CODECS_LEFT: number

All of the codecs have been disabled by the codec preferences, one should try less strict codec preferences.

UNKNOWN_CODEC: number

Data is received on an unknown codec, this most likely denotes an error on the remote side, the buffers will be ignored. It can safely be ignored in most cases (but may result in a call with no media received).

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