dico_interaction.exception module

exception dico_interaction.exception.InteractionException

Bases: Exception

Base exception of this module.

exception dico_interaction.exception.InvalidOptionParameter

Bases: InteractionException

Received option does not match to command parameter.

exception dico_interaction.exception.CheckFailed

Bases: InteractionException

Check has failed.

exception dico_interaction.exception.AlreadyExists(error_type, name)

Bases: InteractionException

This command or callback already exists.

exception dico_interaction.exception.NotExists(error_type, name)

Bases: InteractionException

This command or callback does not exist.