Package flumotion :: Package common :: Module errors
[show private | hide private]
[frames | no frames]

Module flumotion.common.errors

serializable Flumotion exceptions
Exceptions
AlreadyConnectedError Already connected
BusyComponentError Component is busy doing something
ComponentAlreadyStartingError Component told to start, but is already starting
ComponentCreateError An error during creation of a component.
ComponentError Error while doing something to a component
ComponentMoodError Component is in the wrong mood to perform the given function
ComponentNoWorkerError Component does not have its worker available
ComponentSetupError An error during setup of a component.
ComponentStartError An error during starting of a component.
ComponentStartHandledError An error during starting of a component, that's already handled in a different way (for example, through a message).
ConfigError Error during parsing of configuration
ConnectionError General connection error
ConnectionFailedError Connection failed
ConnectionRefusedError Connection refused
EntrySyntaxError Syntax error while getting entry point in a bundle
FlumotionError Generic Flumotion error
GStreamerError Generic GStreamer error
GStreamerGstError GStreamer-generated error with source, GError and debug string as args
ManagerNotConnectedError Manager not connected
MissingElementError A needed element is missing
NoBundleError The requested bundle was not found
NoMethodError The remote method does not exist
NoPerspectiveError The component does not have a perspective
NoProjectError The given project does not exist
NotConnectedError Not connected
NotReadyError The component is not ready yet
OptionError Error in options
PipelineParseError An error occurred while trying to parse the pipeline
PropertyError An error occurred while setting a property on the component
ReloadSyntaxError A syntax error during a reload of a module
RemoteMethodError Generic remote method error.
RemoteRunError Error while running remote code, before getting a result
RemoteRunFailure A remote method generated a failure result
SleepingComponentError Component is sleeping, cannot handle request
SystemError A system error, is usually fatal
UnknownComponentError A given component or component type does not exist
UnknownEffectError A given effect or effect type does not exist

Generated by Epydoc 2.1 on Thu Jan 25 09:31:10 2007 http://epydoc.sf.net