Project

General

Profile

Actions

Bug #7

closed

error message not correctly formated

Bug #7: error message not correctly formated

Added by David RENÉ about 19 years ago. Updated almost 19 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Compiler
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Platform:
Resolution:
fixed
Triage Stage:

Description

With the following error message (2nd frame), the explanation order of the types contains in "Mailing_Queue_Entry" is reversed. The real statement of Mailing_Queue_Entry is

public type Mailing_Queue_Entry:
  empty,
  relay(Mailing_Queue_ID    mailing_q_id,
        Mailing_Recipient_ID  mailing_recipient_id,
        String              user_from,
        String              file_name,
        String              header,
        String              recipient,
        Send_Timeout        timeout,
        Send_Tries          tries).

and we can see, it begin with "Mailing_Queue_ID" not "Send_Tries" as written in error message.

D:\Documents and Settings\david\Mes documents\Calexium\EZMailBox\EZMailBox\src\smtp_mailing_sender.anubis(72,32) : Error E021: The operation is incompatible with the arguments. 
   (It may also happen that the wanted operation has not been defined.) 
   Interpretations of operation: 

      1.  D:/Documents and Settings/david/Mes documents/Calexium/EZMailBox/EZMailBox/src/database/mailing.anubis:85: relay 

public define  
  Mailing_Queue_Entry 
    relay 
      ( 
        Send_Tries mailing_q_id, 
        Send_Timeout mailing_recipient_id, 
        String user_from, 
        String file_name, 
        String header, 
        String recipient, 
        Mailing_Recipient_ID timeout, 
        Mailing_Queue_ID tries 
      ). 

   Interpretations of arguments: 
   argument number 1: 
      1.  Mailing_Queue_ID 
   argument number 2: 
      1.  Mailing_Recipient_ID 
   argument number 3: 
      1.  String 
   argument number 4: 
      1.  String 
   argument number 5: 
      1.  String 
   argument number 6: 
      1.  String 
   argument number 7: 
      1.  Int32 
   argument number 8: 
      1.  Int32

Updated by Alain Prouté almost 19 years ago Actions #1

  • Status changed from New to Closed
  • Resolution set to fixed
Actions

Also available in: PDF Atom