Object Type

Specify the type of database object to be associated with the message:

  • 0: Table Object
  • 1: Column Object
  • 2: Stored Procedure Object
  • 3: Trigger Object
The object type is informational only. During development and testing of a new trigger, you might receive a system error similar to this:
Error Message does not exist.  Object: test_table, Type: 3 

If you receive this message, use the text after "Object:" to determine the object type to use when you create the appropriate application error message.  In this example, the object type is Trigger Object.