forked from PowerMeMobile/email2sms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
-ifndef(email2sms_errors_hrl). | ||
-define(email2sms_errors_hrl, defined). | ||
|
||
-define(E_AUTHENTICATION, "550 Invalid user account"). | ||
-define(E_INTERNAL, "554 Internal server error"). | ||
-define(E_NOT_IMPLEMENTED, "502 Not implemented"). | ||
-define(E_TIMEOUT, "554 Request timeout"). | ||
-define(E_NO_RECIPIENTS, "550 No valid recipients found"). | ||
-define(E_TOO_MANY_RECIPIENTS, "550 Too many recipients specified"). | ||
-define(E_SERVER_BUSY, "554 Server is busy"). | ||
-define(E_NOT_RECOGNIZED, "500 Not recognized"). | ||
-define(E_AUTHENTICATION, "550 Invalid user account"). | ||
-define(E_INTERNAL, "554 Internal server error"). | ||
-define(E_NOT_IMPLEMENTED, "502 Not implemented"). | ||
-define(E_TIMEOUT, "554 Request timeout"). | ||
-define(E_NO_RECIPIENTS, "550 No valid recipients found"). | ||
-define(E_TOO_MANY_RECIPIENTS, "550 Too many recipients specified"). | ||
-define(E_SERVER_BUSY, "554 Server is busy"). | ||
-define(E_NOT_RECOGNIZED, "500 Not recognized"). | ||
-define(E_TOO_MANY_PARTS, "550 Too many SMS parts"). | ||
-define(E_UNKNOWN_CONTENT_TYPE, "550 Unknown content type"). | ||
|
||
-endif. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters