Error Message Structure

This chapter describes the structure of error messages generated by Tmax.

1. Message Structure

The following is the structure of an error message.

(E) TMAX00001 memory allocation error : size = size [CLH3435] [Not enough memory]
(E) : [error type] TMAX00001 : [error number] memory allocation error :
size = size : [error message] [CLH3435] : [service code] [Not enough memory] :
[system error message]
  • Error Type

    Error Type Description

    (E)

    ERROR

    A general error.

    (F)

    FATAL

    A critical Tmax system error.

    (W)

    WARNING

    An abnormal but non-critical condition that does not affect system operation.

    (I)

    INFO

    Important system information for the Tmax system administrator.

  • Error Number

    An error identifier number. The errors in this guide are sorted by their error number.

  • Service Code

    A code that represents the type of service. You can provide this code to TmaxSoft technical support team as reference.

  • System Error Message

    A system error message. For system errors, you can refer to the system manual or contact the system administrator.

Error codes returned by Tmax application programs are defined in the $TMAXDIR/usrinc/atmi.h file. For more information, refer to Tmax Application Development Guide.