xq.exceptions package

Submodules

xq.exceptions.configuration module

exception xq.exceptions.configuration.SDKConfigurationException(message='No API keys were provided')

Bases: XQException

xq.exceptions.encryption module

exception xq.exceptions.encryption.SDKEncryptionException(message='There was an issue with encryption')

Bases: XQException

xq.exceptions.xq module

exception xq.exceptions.xq.XQException(message='An Unknown Error Occured')

Bases: Exception

Generic XQException wrapper.

Module contents