Error Codes
Starting in version 2.8.10 error codes are given with framework error messages to help point you to a corresponding help article. Match your error code to the links on this page.
API_ERROR
API may be down.
Framework requires a paid version of the API to function.
Config file was not found or is corrupted. Ensure it was renamed!
PLUGIN_DEPENDENCY_ERROR
A plugin requires another plugin, but it was not present.
Look in the shipped config file for the plugin and make changes as needed.
PLUGIN_CORE_OUTDATED
Framework is outdated for the plugin. Update the framework.
Map configuration is incorrect.
Game server port is incorrect.
Game server port is missing.
Outbound IP doesn't match reported IP from your server.
Server IP doesn't match reported IP from your server.
ERROR_ABORT
An unexpected error occurred and SonoranCAD aborted startup. Review logs further up for any errors.
Steam Web API key wasn't found. This must be set.
CUSTOM_POSTALS_FILE_NOT_FOUND
The custom postals file must be located in the directory" sonorancad\submodules\postals
This error may also indicate a file with a syntax error or that is corrupted
POSTAL_RESOURCE_MISSING
The configured third party postal resource could not be found
POSTAL_RESOURCE_STOPPED
The configured third party postal resource is not running
POSTAL_RESOURCE_BAD_STATE
The configured third party postal resource is in a state other than missing, running or stopped. This is an issue and would typically require a reinstall of the resource
POSTAL_FILE_READ_ERROR
The system failed to open the custom postals file for reading. Please ensure correct file permissions are set.
POSTAL_CUSTOM_RESOURCE_FILE_ERROR
The resource failed to located the configured postal file from the configured third party resource. This is typically caused when the postals.json
file is not defined in the third party resource's fxmanifest.lua
. It must be defined as postal_file
IDCARD_RESOURCE_NOT_STARTED
The sonoran_idcard
resource seems to be stopped, this resource is required for the ID card UI to work. The CAD Core will then attempt to start said resource but it is recommended you add it to your server.cfg
IDCARD_RESOURCE_MISSING
The sonoran_idcard
resource seems to be missing, this resource is required for the the ID card UI to work. You can download the resource from our GitHub
IDCARD_RESOURCE_BAD_STATE
The sonoran_idcard
resource is in a state other than missing, running or stopped. This is an issue and would typically require a reinstall of the resource
Last updated