Command: errordict

NEST HelpDesk Command Index NEST Quick Reference

Name:
 errordict - pushes error dictionary on operand stack
Synopsis:
 errordict -> dict
Description:
 
      Pushes the dictionary object errordict on the operand stack.
      errordict is not an operator; it is a name in systemdict associated
      with the dictionary object.
    
      The flag newerror helps to distinguish
      between interrupts caused by call of
      stop and interrupts raised by raiseerror.

      The name command contains the name of the command which
      caused the most recent error.

      The flag recordstacks decides whether the state of the interpreter
      is saved on error.
      If reckordstacks is true, the following state objects are saved

      Operand stack    -> ostack
      Dictionary stack -> dstack
      Execution stack  -> estack

Parameters:
 none
Examples:
 errordict info -> shows errordict
Remarks:
 commented  1.4.1999, Diesmann
SeeAlso:raiseerror raiseagain info
References:
 The Red Book 2nd. ed. p. 408  
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/interpret.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative