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.
ComponentAlreadyRunningError Component told to start, but is already running
ComponentAlreadyStartingError Component told to start, but is already starting
ComponentConfigError An error in the configuration of the component.
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.
ComponentSetupHandledError An error during setup of a component, that's already handled in a different way (for example, through a message).
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).
ComponentWorkerConfigError Problem with presence of <component> 'worker' attribute
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
HandledException An exception that has already been adequately handled, but still needs to be propagated to indicate failure to callers.
InsufficientPrivilegesError You do not have the necessary privileges to complete this operation
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
NotAuthenticatedError Not authenticated
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
TimeoutException Timed out
UnknownComponentError A given component or component type does not exist
UnknownEffectError A given effect or effect type does not exist
WrongStateError The remote object was in the wrong state for this command

Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 http://epydoc.sf.net