Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/error_code_0006.htm

error T0006: The description type is misspelt or incorrect.

Cause

This error occurs when a definition is described with incorrect definition type.

Solution

Correct the definition type. Use Tally.Developer 9 to write the code as it has the intelligence to show syntax errors.

Example

[Feild: MyField]

Set as: "Tally Solutions"

In the above field definition, definition type is misspelt as Feild . When this file is compiled, the message error T0006: The description type is misspelt or incorrect. appears.

Corrected Code

[Field: MyField]

Set as: "Tally Solutions"