This section explains the components of a message.
The error type indicates the type of error denoted in the message.
The error type will be one of the following:
Information (INFO, NOTICE, LOG, DEBUG)
This error type denotes a notification from the system, not an error. There is no need to take action.
Warning (WARNING)
This error type denotes that no error occurred but confirmation or action is required by the user. Take the actions described in the "Action" section of the message.
Error (ERROR, FATAL, PANIC)
This error type denotes that an error has occurred. Take the actions described in the "Action" section of the message.
Supplementary information (DETAIL, HINT, QUERY, CONTEXT, LOCATION, STATEMENT)
This error type denotes supplementary information relating to the previous message. If the message was output in English, the error type will also be in English. (Detail, hint, query, context, location, statement)
The text of the message reports the status of the system or an error in the system.
The notation "@numeric character@" that appears in "Chapter 2 Symfoware Server Messages " indicates an embedded character string. A character string is output to a message that is actually output.
Only if 'ja' is specified in message locale, messages Symfoware Server added are output in the language of the specified locale.
In other message locale, the messages is output in English.
The message number uniquely identifies each message. It is output as a string of five single-byte numeric characters. Use the message number that is output to find the explanation of the corresponding message in this document. The message numbers may change, so do not use them as keywords for monitoring.
No message number is assigned to messages output by a PL/pgSQL RAISE statement.
Only if 'ja' or 'en' is specified in message locale, a message number is output additionaly.
In other message locale, the messages number is not output.