royalnet.error

exception royalnet.error.CurrentlyDisabledError

This feature is temporarely disabled and is not available right now.

exception royalnet.error.ExternalError

Something went wrong in a non-Royalnet component and the command execution cannot be completed.

exception royalnet.error.FileTooBigError

The file to be downloaded would be too big to store; therefore, it has been skipped.

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.RoyalnetRequestError(error: ResponseError)

An error was raised while handling the Royalnet request.

This exception contains the royalnet.network.ResponseError that was returned by the other Link.

exception royalnet.error.RoyalnetResponseError

The royalnet.network.Response that was received is invalid.

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.