Package up2date_client :: Module up2dateErrors
[hide private]
[frames] | no frames]

Module up2dateErrors

source code

Classes [hide private]
  Error
base class for errors
  DebAndSuseRepoError
  RpmError
rpm itself raised an error condition
  RhnServerException
  PasswordError
Raise when the server responds with that a password is incorrect
  DependencyError
Raise when a rpm transaction set has a dependency error
  CommunicationError
Indicates a problem doing xml-rpc http communication with the server
  FileNotFoundError
Raise when a package or header that is requested returns a 404 error code
  DelayError
Raise when the expected response from a xml-rpc call exceeds a timeout
  RpmRemoveError
Raise when we can't remove a package for some reason (failed deps, etc)
  NoLogError
  AbuseError
  AuthenticationTicketError
  AuthenticationError
  ValidationError
indicates an error during server input validation
  InvalidRegistrationNumberError
  RegistrationDeniedError
  InvalidProductRegistrationError
indicates an error during server input validation
  OemInfoFileError
  NoBaseChannelError
No valid base channel was found for this system
  UnknownMethodException
  RhnUuidUniquenessError
  ServerCapabilityError
  NoChannelsError
  NetworkError
some generic network error occurred, e.g.
  SSLCertificateVerifyFailedError
  SSLCertificateFileNotFound
  AuthenticationOrAccountCreationError
Class that can represent different things depending on context: While logging in with an existing user it represents a username or password being incorrect.
  NotEntitlingError
  InvalidProtocolError
  UnableToCreateUser
  ActivationKeyUsageLimitError
  LoginMinLengthError
  PasswordMinLengthError
  PasswordMaxLengthError
  InsuffMgmntEntsError
  NoSystemIdError
  InvalidRedirectionError
Raise when redirect requests could'nt return a package
Variables [hide private]
  t = gettext.translation('rhn-client-tools', fallback= True)
  __package__ = 'up2date_client'