Exceptions

exception gdgps_apps.exceptions.InvalidAuthenticationCredentials(*args)[source]
exception gdgps_apps.exceptions.InvalidConfiguration(*args)[source]
exception gdgps_apps.exceptions.NoAvailableProcessors(*args)[source]
exception gdgps_apps.exceptions.UnableToReachHost(*args, host)[source]
host = None
exception gdgps_apps.exceptions.InvalidSelector(*args, selector)[source]
selector = None
exception gdgps_apps.exceptions.InvalidIdentifier(*args, uuid)[source]
uuid = None
exception gdgps_apps.exceptions.InvalidDataState(*args, state)[source]
state = None
exception gdgps_apps.exceptions.ArtifactNotFound(*args, uuid)[source]
uuid = None
exception gdgps_apps.exceptions.DataNotFound(*args, uuid)[source]

Thrown when a given data identifier is valid, but was not found in the system.

exception gdgps_apps.exceptions.AlertNotFound(*args, uuid)[source]

Thrown when a given alert identifier is valid, but was not found in the system.

exception gdgps_apps.exceptions.FlagNotFound(*args, uuid)[source]

Thrown when a given flag identifier is valid, but was not found in the system.

exception gdgps_apps.exceptions.InvalidOperation(*args, uuid)[source]
uuid = None
exception gdgps_apps.exceptions.UnauthorizedOperation(*args)[source]

The attempted operation is unauthorized based on the provided authentication parameters