| 
         Phantasmal Site > Phantasmal API > API Listing > get_parse_error_stack 
 API Function: get_parse_error_stack 
  -  Summary: 
 
  -  get the most recent errors in parsing
 
     
  -  Defined In LPC Object: 
 
  -  /usr/common/lib/dtd_unqable.c 
     
  -  Prototype: 
 
  -  	string get_parse_error_stack(void)
 
     
  -  Can Be Called By: 
 
  -  	Anybody
 
     
  -  Description: 
 
  -  
 	This function returns the most recent parsing errors.  Remember
	that parsing occurs when you read the object from UNQ, and possibly
	also when you upgrade the object automatically. 
	This function isn't access-protected.  You should access-protect
	your version of this and all other inherited functions, including
	upgraded() and destructed(). 
    
  -  Return Value:
 
  -  
	Nothing. 
    
  -  Errors:
 
  -  	Usually none.
 
     
  -  See Also:
 
  -   from_unq   
 
 
       |