Documentation

DiscordApiErrors

Contains namespaced API error messages for the Discord Integration module.

These have no versioning, and are not meant to be used by any other modules.

Tags
author

Aberdeener

version
2.0.0-pr13
license

MIT

Table of Contents

Constants

ERROR_DISCORD_INTEGRATION_DISABLED  = 'discord_integration:discord_integration_disabled'
ERROR_UNABLE_TO_SET_DISCORD_BOT_URL  = 'discord_integration:unable_to_set_discord_bot_url'
ERROR_UNABLE_TO_SET_DISCORD_BOT_USERNAME  = 'discord_integration:unable_to_set_discord_bot_username'
ERROR_UNABLE_TO_SET_DISCORD_GUILD_ID  = 'discord_integration:unable_to_set_discord_guild_id'
ERROR_UNABLE_TO_UPDATE_DISCORD_ROLES  = 'discord_integration:unable_to_update_discord_roles'

Constants

ERROR_DISCORD_INTEGRATION_DISABLED

public mixed ERROR_DISCORD_INTEGRATION_DISABLED = 'discord_integration:discord_integration_disabled'

ERROR_UNABLE_TO_SET_DISCORD_BOT_URL

public mixed ERROR_UNABLE_TO_SET_DISCORD_BOT_URL = 'discord_integration:unable_to_set_discord_bot_url'

ERROR_UNABLE_TO_SET_DISCORD_BOT_USERNAME

public mixed ERROR_UNABLE_TO_SET_DISCORD_BOT_USERNAME = 'discord_integration:unable_to_set_discord_bot_username'

ERROR_UNABLE_TO_SET_DISCORD_GUILD_ID

public mixed ERROR_UNABLE_TO_SET_DISCORD_GUILD_ID = 'discord_integration:unable_to_set_discord_guild_id'

ERROR_UNABLE_TO_UPDATE_DISCORD_ROLES

public mixed ERROR_UNABLE_TO_UPDATE_DISCORD_ROLES = 'discord_integration:unable_to_update_discord_roles'

        
On this page

Search results