Error Code Reason
| Error Code | Reason |
|---|---|
| 5001 - Internal Server Error | This error occurs when an error occurs internally with the dealr.cloud backend servers, typically related to a code or bug. There should be a report in Sentry for this type of error. |
| 5002 - Internal Server Error | This error occurs when the backend unexpectedly shuts down. Sentry should have an error for this. |
| 5003 - Internal Server Error | This error happens when an issue with accounting occurs. There will be an error report in Sentry. |
| 5004 - Internal Server Error | This error occurs when the backend doesn't have access to the autoloader file, and can't find the code it needs to execute. |
| 5005 - Internal Server Error | This error occurs when there's an error from the database. This error does show up in Sentry. Oftentimes, the user can try their action again and it will work. |
| 5006 - Database Deadlock | This error occurs when there's a deadlock from the database. The user should try their action again. |
| 5021 - Internal Server Error | This error occurs when there's a bad gateway, normally meaning that nginx cannot communicate with apache. Generally this is caused by code that is incomplete or cannot be compiled. This will not show in Sentry. |