Documentation

CoreApiErrors
in package

Contains namespaced API error messages for the Core 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_BANNED_FROM_WEBSITE  = 'core:banned_from_website'
ERROR_CANNOT_REPORT_YOURSELF  = 'core:cannot_report_yourself'
ERROR_EMAIL_ALREADY_EXISTS  = 'core:email_already_exists'
ERROR_INTEGRATION_ALREADY_LINKED  = 'core:integration_already_linked'
ERROR_INTEGRATION_ALREADY_VERIFIED  = 'core:integration_already_verified'
ERROR_INTEGRATION_IDENTIFIER_ERRORS  = 'core:integration_identifier_errors'
ERROR_INTEGRATION_NOT_LINKED  = 'core:integration_not_linked'
ERROR_INTEGRATION_USERNAME_ERRORS  = 'core:integration_username_errors'
ERROR_INVALID_CODE  = 'core:invalid_code'
ERROR_INVALID_EMAIL_ADDRESS  = 'core:invalid_email_address'
ERROR_INVALID_INTEGRATION  = 'core:invalid_integration'
ERROR_INVALID_SERVER_ID  = 'core:invalid_server_id'
ERROR_INVALID_USERNAME  = 'core:invalid_username'
ERROR_OPEN_REPORT_ALREADY  = 'core:open_report_already'
ERROR_REPORT_CONTENT_TOO_LONG  = 'core:report_content_too_long'
ERROR_UNABLE_TO_CREATE_ACCOUNT  = 'core:unable_to_create_account'
ERROR_UNABLE_TO_FIND_GROUP  = 'core:unable_to_find_group'
ERROR_UNABLE_TO_SEND_REGISTRATION_EMAIL  = 'core:unable_to_send_registration_email'
ERROR_UNABLE_TO_UPDATE_SERVER_INFO  = 'core:unable_to_update_server_info'
ERROR_UNABLE_TO_UPDATE_USERNAME  = 'core:unable_to_update_username'
ERROR_USER_ALREADY_ACTIVE  = 'core:user_already_active'
ERROR_USERNAME_ALREADY_EXISTS  = 'core:username_already_exists'
ERROR_WEBHOOK_INVALID_EVENT  = 'core:webhook_event_invalid'
ERROR_WEBHOOK_INVALID_TYPE  = 'core:webhook_type_invalid'
ERROR_WEBHOOK_NAME_INCORRECT_LENGTH  = 'core:webhook_name_incorrect_length'
ERROR_WEBHOOK_URL_INCORRECT_LENGTH  = 'core:webhook_url_incorrect_length'

Constants

ERROR_BANNED_FROM_WEBSITE

public mixed ERROR_BANNED_FROM_WEBSITE = 'core:banned_from_website'

ERROR_CANNOT_REPORT_YOURSELF

public mixed ERROR_CANNOT_REPORT_YOURSELF = 'core:cannot_report_yourself'

ERROR_EMAIL_ALREADY_EXISTS

public mixed ERROR_EMAIL_ALREADY_EXISTS = 'core:email_already_exists'

ERROR_INTEGRATION_ALREADY_LINKED

public mixed ERROR_INTEGRATION_ALREADY_LINKED = 'core:integration_already_linked'

ERROR_INTEGRATION_ALREADY_VERIFIED

public mixed ERROR_INTEGRATION_ALREADY_VERIFIED = 'core:integration_already_verified'

ERROR_INTEGRATION_IDENTIFIER_ERRORS

public mixed ERROR_INTEGRATION_IDENTIFIER_ERRORS = 'core:integration_identifier_errors'

ERROR_INTEGRATION_NOT_LINKED

public mixed ERROR_INTEGRATION_NOT_LINKED = 'core:integration_not_linked'

ERROR_INTEGRATION_USERNAME_ERRORS

public mixed ERROR_INTEGRATION_USERNAME_ERRORS = 'core:integration_username_errors'

ERROR_INVALID_CODE

public mixed ERROR_INVALID_CODE = 'core:invalid_code'

ERROR_INVALID_EMAIL_ADDRESS

public mixed ERROR_INVALID_EMAIL_ADDRESS = 'core:invalid_email_address'

ERROR_INVALID_INTEGRATION

public mixed ERROR_INVALID_INTEGRATION = 'core:invalid_integration'

ERROR_INVALID_SERVER_ID

public mixed ERROR_INVALID_SERVER_ID = 'core:invalid_server_id'

ERROR_INVALID_USERNAME

public mixed ERROR_INVALID_USERNAME = 'core:invalid_username'

ERROR_OPEN_REPORT_ALREADY

public mixed ERROR_OPEN_REPORT_ALREADY = 'core:open_report_already'

ERROR_REPORT_CONTENT_TOO_LONG

public mixed ERROR_REPORT_CONTENT_TOO_LONG = 'core:report_content_too_long'

ERROR_UNABLE_TO_CREATE_ACCOUNT

public mixed ERROR_UNABLE_TO_CREATE_ACCOUNT = 'core:unable_to_create_account'

ERROR_UNABLE_TO_FIND_GROUP

public mixed ERROR_UNABLE_TO_FIND_GROUP = 'core:unable_to_find_group'

ERROR_UNABLE_TO_SEND_REGISTRATION_EMAIL

public mixed ERROR_UNABLE_TO_SEND_REGISTRATION_EMAIL = 'core:unable_to_send_registration_email'

ERROR_UNABLE_TO_UPDATE_SERVER_INFO

public mixed ERROR_UNABLE_TO_UPDATE_SERVER_INFO = 'core:unable_to_update_server_info'

ERROR_UNABLE_TO_UPDATE_USERNAME

public mixed ERROR_UNABLE_TO_UPDATE_USERNAME = 'core:unable_to_update_username'

ERROR_USER_ALREADY_ACTIVE

public mixed ERROR_USER_ALREADY_ACTIVE = 'core:user_already_active'

ERROR_USERNAME_ALREADY_EXISTS

public mixed ERROR_USERNAME_ALREADY_EXISTS = 'core:username_already_exists'

ERROR_WEBHOOK_INVALID_EVENT

public mixed ERROR_WEBHOOK_INVALID_EVENT = 'core:webhook_event_invalid'

ERROR_WEBHOOK_INVALID_TYPE

public mixed ERROR_WEBHOOK_INVALID_TYPE = 'core:webhook_type_invalid'

ERROR_WEBHOOK_NAME_INCORRECT_LENGTH

public mixed ERROR_WEBHOOK_NAME_INCORRECT_LENGTH = 'core:webhook_name_incorrect_length'

ERROR_WEBHOOK_URL_INCORRECT_LENGTH

public mixed ERROR_WEBHOOK_URL_INCORRECT_LENGTH = 'core:webhook_url_incorrect_length'

        
On this page

Search results