Synopsis

PDX_MSGT step_IssueError(long option, long info, MDA_PTR step_db_ptr, PDX_MSGT message, PDX_MSGT severity, ...)

Purpose

Issue a STEP error using the message processor.

Description

This function will output the specified error and all errors set on the stack by step_SetError. The format of the error is as follows:

         BANNER        *** severity (message) ***
         INFO FIELDS   ( PTR: %d PFID: #%d TF: %d:%d NAME: %s )
         MESSAGE TEXT

Input

option

Options (passed to mpm_IssueError)

info

STEP_IFPFID

Print entity's physical file ID

STEP_IFPTR

Print entity's database pointer

STEP_IFTF

Print entity's TF

STEP_IFNAME

Print entity's name

step_db_ptr

The database pointer of the STEP entity

message

Message id of error

severity

Severity level @a ... Arguments to be formatted in text

Return

Specified message value