*+
*  Name:
*     ERR_PAR

*  Purpose:
*     Define the ERR_ public constants.

*  Language:
*     Starlink Fortran 77

*  Type of Module:
*     Global constants include file.

*  Description:
*     This file contains definitions of the public global constants used
*     by the ERR_ system.

*  Authors:
*     PCTR: P.C.T. Rees (STARLINK)
*     AJC: A.J.Chipperfield (STARLINK)
*     {enter_new_authors_here}

*  History:
*     24-JAN-1990 (PCTR):
*        Original version adapted from ERR_SYS.
*     28-OCT-1997 (AJC):
*        ERR_SZPAR 200->15
*     {enter_further_changes_here}

*-

*  Global Constants:
      INTEGER ERR__SZMSG	        ! Maximum length of error message text
      PARAMETER( ERR__SZMSG = 200 )

      INTEGER ERR__SZPAR                ! Maximum length of error message name
      PARAMETER( ERR__SZPAR = 15 )

*.
