royalnet.error¶
-
exception
royalnet.error.
ExternalError
¶ Something went wrong in a non-Royalnet component and the command execution cannot be completed.
-
exception
royalnet.error.
InvalidConfigError
¶ The bot has not been configured correctly, therefore the command can not function.
-
exception
royalnet.error.
InvalidInputError
¶ The command has received invalid input and cannot complete.
-
exception
royalnet.error.
NoneFoundError
¶ The element that was being looked for was not found.
-
exception
royalnet.error.
RoyalnetError
(exc: Exception)¶ An error was raised while handling the Royalnet request. This exception contains the exception that was raised during the handling.
-
exception
royalnet.error.
TooManyFoundError
¶ Multiple elements matching the request were found, and only one was expected.
-
exception
royalnet.error.
UnregisteredError
¶ The command required a registered user, and the user was not registered.
-
exception
royalnet.error.
UnsupportedError
¶ The command is not supported for the specified interface.