Module tripleblind.exceptions

Exceptions thrown by the TripleBlind SDK.

Classes

class TripleblindAPIError (*args, **kwargs)

Generic error, see exception args for detailed message

Ancestors

  • builtins.Exception
  • builtins.BaseException

Subclasses

class TripleblindAssetAlreadyExists (*args, **kwargs)

Asset file error

Ancestors

class TripleblindAssetError (*args, **kwargs)

Asset file error

Ancestors

class TripleblindConfigError (*args, **kwargs)

Configuration file error

Ancestors

class TripleblindNoResponse (*args, **kwargs)

Bad response received

Ancestors

class TripleblindPermissionError (*args, **kwargs)

User does not have permission to perform action

Ancestors

class TripleblindProcessError (*args, **kwargs)

Process error

Ancestors

Subclasses

class TripleblindReportError (*args, **kwargs)

Failure when running ReportAsset

Ancestors

class TripleblindTokenError (*args, **kwargs)

Invalid user token provided

Ancestors

class TripleblindTrainingError (*args, **kwargs)

Training process error

Ancestors