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
public static Dictionary<int, string> GetProductsResponseErrors = new Dictionary<int,string>() | |
{ | |
{ 0, "Operation success" }, | |
{ 1, "Operation failed: invalid login or password." }, | |
{ 2, "Operation failed: access denied." }, | |
// .. | |
}; |
No comments:
Post a Comment