danoan.word_def.core.exception module

Exceptions raised by API.

exception danoan.word_def.core.exception.ConfigurationFileRequiredError[source]

Bases: Exception

exception danoan.word_def.core.exception.PluginMethodNotImplementedError(method_name: str)[source]

Bases: Exception

Parameters:

method_name (str) –

exception danoan.word_def.core.exception.PluginNotAvailableError[source]

Bases: Exception

exception danoan.word_def.core.exception.UnexpectedResponseError(status_code: int, message: str)[source]

Bases: Exception

Parameters:
  • status_code (int) –

  • message (str) –

exception danoan.word_def.core.exception.UnrecognizedPluginModule[source]

Bases: Exception