Package flumotion :: Package common :: Module errors
[hide private]

Module errors

source code

exceptions used by Flumotion, serializable and normal


Version: $Rev$

Classes [hide private]
CancelledError
An operation was cancelled
OptionError
Error in options
ConfigError
Error during parsing of configuration
NoProjectError
The given project does not exist
NoSSLError
SSL is not available
ConnectionError
General connection error
NotConnectedError
Not connected
NotAuthenticatedError
Not authenticated
ConnectionRefusedError
Connection refused
ConnectionFailedError
Connection failed
ConnectionCancelledError
Connection attempt cancelled
ManagerNotConnectedError
Manager not connected
AlreadyConnectingError
Already connecting
AlreadyConnectedError
Already connected
PipelineParseError
An error occurred while trying to parse the pipeline
RemoteMethodError
Generic remote method error.
RemoteRunError
Error while running remote code, before getting a result
RemoteRunFailure
A remote method generated a failure result
NoMethodError
The remote method does not exist
EntrySyntaxError
Syntax error while getting entry point in a bundle
NotReadyError
The component is not ready yet
PropertyError
An error occurred while setting a property on the component
NoPerspectiveError
The component does not have a perspective
FatalError
A fatal error
SystemError
ReloadSyntaxError
A syntax error during a reload of a module
WrongStateError
The remote object was in the wrong state for this command
InsufficientPrivilegesError
You do not have the necessary privileges to complete this operation
ComponentError
Error while doing something to a component.
SleepingComponentError
Component is sleeping, cannot handle request
ComponentAlreadyStartingError
Component told to start, but is already starting
ComponentAlreadyRunningError
Component told to start, but is already running
ComponentMoodError
Component is in the wrong mood to perform the given function
ComponentNoWorkerError
Component does not have its worker available
BusyComponentError
Component is busy doing something.
ComponentConfigError
An error in the configuration of the component.
ComponentAlreadyExistsError
A component name is already used.
ComponentCreateError
An error during creation of a component.
HandledException
An exception that has already been adequately handled, but still needs to be propagated to indicate failure to callers.
ComponentSetupError
An error during setup of a component.
ComponentStartError
An error during starting of a component.
ComponentSetupHandledError
An error during setup of a component, that's already handled in a different way (for example, through a message).
ComponentStartHandledError
An error during starting of a component, that's already handled in a different way (for example, through a message).
UnknownComponentError
A given component or component type does not exist
ComponentValidationError
The configuration for the component is not valid
UnknownPlugError
A given plug type does not exist
UnknownEffectError
A given effect or effect type does not exist
FlumotionError
Generic Flumotion error
NoBundleError
The requested bundle was not found
TimeoutException
Timed out
PropertyNotModifiableError
The property cannnot be modified with the component already set-up
GStreamerError
Generic GStreamer error
GStreamerGstError
GStreamer-generated error with source, GError and debug string as args
MissingElementError
A needed element is missing
AccessDeniedError
Access is denied to this object, usually a file or directory
NotDirectoryError
Access to an object that is not a directory
Variables [hide private]
  __pychecker__ = ''
  __package__ = 'flumotion.common'