| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ErrorClass > ErrorClass Properties >====== DefaultCategory (error category) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[errorclass properties.htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[errorlog errorlog interface .htm|{{btn_next_n.gif|Next page}}]] | | || | | **DefaultCategory** | **ASTRING, PRIVATE** | {{blk2blue.jpg|blk2blue.jpg}} The **DefaultCategory** is a string that is a classification of the type of error. This property is set by the SetCategory. The Init method sets the DefaultCategory to 'ABC'. When the category is changed by SetCategory, the new category becomes the default category. This property is now private, and is processed through the [[setdefaultcategory set default error category .htm|SetDefaultCategory]] and [[getdefaultcategory get default error category .htm|GetDefaultCategory]] methods. **See Also:     **[[init initialize the errorclass object .htm|ErrorClass.Init]], [[setcategory set error category .htm|ErrorClass.SetCategory]], [[getcategory retrieve error category .htm|ErrorClass.GetCategory]]