Ignore:
Timestamp:
05/08/12 09:37:45 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Adicionada Exception para tratar erro de mensagem não encontrada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/core/Errors.php

    r6091 r6125  
    3131        const MAIL_NOT_SENT                                     = "1002"; 
    3232        const MAIL_TRASH_NOT_CLEANED            = "1003"; 
     33        const MAIL_MESSAGE_NOT_FOUND            = "1004"; 
    3334         
    3435        static private $reservedErrors = array (                         
     
    5960                self::CATALOG_MIN_ARGUMENT_SEARCH       => "Your search argument must be longer than %1 characters.", 
    6061                self::MAIL_NOT_SENT                                     => "Your mail could not be sent.", 
    61                 self::MAIL_TRASH_NOT_CLEANED            => "Your trash folder could not be cleaned." 
     62                self::MAIL_TRASH_NOT_CLEANED            => "Your trash folder could not be cleaned.", 
     63                self::MAIL_MESSAGE_NOT_FOUND            => "Message not found in folder %1." 
    6264        ); 
    6365                 
Note: See TracChangeset for help on using the changeset viewer.