Ignore:
Timestamp:
05/03/12 17:02:56 (12 years ago)
Author:
asaikawa
Message:

Ticket #2507 - Adicionado recurso de limpar a pasta lixeira

File:
1 edited

Legend:

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

    r6084 r6091  
    3030        const CATALOG_MIN_ARGUMENT_SEARCH       = "1001";        
    3131        const MAIL_NOT_SENT                                     = "1002"; 
     32        const MAIL_TRASH_NOT_CLEANED            = "1003"; 
    3233         
    3334        static private $reservedErrors = array (                         
     
    5758                self::LOGIN_INVALID_LOGIN                       => "Bad login or password", 
    5859                self::CATALOG_MIN_ARGUMENT_SEARCH       => "Your search argument must be longer than %1 characters.", 
    59                 self::MAIL_NOT_SENT                                     => "Your mail could not be sent." 
     60                self::MAIL_NOT_SENT                                     => "Your mail could not be sent.", 
     61                self::MAIL_TRASH_NOT_CLEANED            => "Your trash folder could not be cleaned." 
    6062        ); 
    6163                 
Note: See TracChangeset for help on using the changeset viewer.