Changes between Version 68 and Version 69 of WebServiceDraft


Ignore:
Timestamp:
08/07/12 15:40:02 (12 years ago)
Author:
pereira.jair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebServiceDraft

    v68 v69  
    142142||'''Método:'''||'''/Mail/SaveAsDraft'''||Salva uma mensagem como Rascunho.|| 
    143143||'''Parâmetros:'''||-auth\\-msgSubject\\-msgTo\\-msgFrom\\-msgContent\\-msgForwardTo\\-msgCcTo\\-msgBccTo\\-originalMsgID\\-originalUserAction - (1:Forwarded,2:Reply,3:ReplyToAll)||auth:Autenticacao do usuario.|| 
     144 
     145 
     146 
     147\\ 
     148\\ 
     149== 7. Tabela com Código de Erros == 
     150\\ 
     151\\ 
     152# Errors from -32000 to -32099 => Server error: Reserved for implementation-defined server-errors. 
     153 
     154||-32700||E_PARSE_ERROR||Parse error|| 
     155||-32600||E_INVALID_REQUEST||Invalid Request|| 
     156||-32601||E_METHOD_NOT_FOUND||Method not found|| 
     157||-32602||E_INVALID_PARAMS||Invalid params|| 
     158||-32603||E_INTERNAL_ERROR||Internal error|| 
     159||404||E_HTTP_NOT_FOUND||A resource matching URI '%1' was not found|| 
     160||500||E_UNKNOWN_ERROR||HTTP Unknown error|| 
     161 
     162# Errors inherited from Expresso Application. 
     163||1||LOGIN_SUCCESS_LOGOUT||You have been successfully logged out|| 
     164||2||LOGIN_SESSION_EXPIRED||Sorry, your login has expired|| 
     165||3||LOGIN_NOT_LOGGED_IN||You are not logged in|| 
     166||4||LOGIN_COOKIES_REQUIRED||Cookies are required to login to this site.|| 
     167||5||LOGIN_BADLOGIN||bad login or password|| 
     168||6||LOGIN_PASSWORD_EXPIRED||Your password has expired, and you do not have access to change it|| 
     169||7||LOGIN_AUTH_INVALID||Your auth is invalid|| 
     170||10||LOGIN_SESSION_NOT_VERIFIED||Your session could not be verified.|| 
     171||98||LOGIN_ACCOUNT_EXPIRED||Account is expired|| 
     172||99||LOGIN_LOGIN_BLOCKED||Blocked, too many attempts!|| 
     173||200||LOGIN_INVALID_LOGIN||Bad login or password|| 
     174         
     175||1001||CATALOG_MIN_ARGUMENT_SEARCH||Your search argument must be longer than %1 characters.|| 
     176||1002||MAIL_NOT_SENT||Your mail could not be sent.|| 
     177||1003||MAIL_TRASH_NOT_CLEANED||Your trash folder could not be cleaned.|| 
     178||1004||MAIL_MESSAGE_NOT_FOUND||Message not found in folder %1.|| 
     179||1005||MAIL_INVALID_NEW_FOLDER_NAME||Invalid folder name.|| 
     180||1006||MAIL_INVALID_OLD_FOLDER||Invalid old folder.|| 
     181||1007||MAIL_INVALID_FOLDER||Invalid folder.|| 
     182||1008||MAIL_CANNOT_DEL_DEFAULT_FOLDER||Cannot delete a default folder.|| 
     183||1009||MAIL_FOLDER_NOT_EMPTY||The folder is not empty.|| 
     184||1010||MAIL_FOLDER_NOT_RENAMED||The folder could not be renamed.|| 
     185||1011||MAIL_FOLDER_NOT_ADDED||The folder could not be added.|| 
     186||1012||MAIL_FOLDER_NOT_DELETED||The folder could not be deleted.|| 
     187||1013||MAIL_FOLDER_LIMIT_REACHED||Folder limit has been reached.|| 
     188||1014||CALENDAR_INVALID_START_DATE||Invalid start date.|| 
     189||1015||CALENDAR_INVALID_END_DATE||Invalid end date.|| 
     190||1016||MAIL_INVALID_MESSAGE||Message does not exists.|| 
     191||1017||MAIL_TRASH_FOLDER_NOT_EXISTS||Trash folder does not exists.|| 
     192||1018||MAIL_NOT_SENT_LIMIT_EXCEEDED||The size of this message has exceeded  the limit (%1B).||