DTPL
The next table lists all error codes related to the dynamic thread pool.
| Major | Minor | Message | Details |
|---|---|---|---|
| DTPL | 0001 | Configured max thread is out of range. | Check the configured maximum thread number. |
| 0002 | Configured priority is out of range. Will use the default. | Check the configured priority. | |
| 0003 | Job is not running: not initialized or is shut down. | See the logs for more details. | |
| 0004 | Thread is already running. |