Advertisement
PythoNyashka

Untitled

Dec 14th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. 1: {
  2. "error": "API Error: User with this id not in database",
  3. "code": 1
  4. },
  5. 2: {
  6. "error": "API Error: Missed %s param",
  7. "code": 2
  8. },
  9. 3: {
  10. "error": "API Error: URL is incorrect",
  11. "code": 3
  12. },
  13. 4: {
  14. "error": "API Error: Server returned wrong data(need to return your id)",
  15. "code": 4
  16. },
  17. 5: {
  18. "error": "API Error: Webhooks URL is incorrect or server not responding",
  19. "code": 5
  20. },
  21. 6: {
  22. "error": "API Error: %s must be string",
  23. "code": 6
  24. },
  25. 7: {
  26. "error": "API Error: Webhooks URL not setted, use webhooks.set",
  27. "code": 7
  28. },
  29. 8: {
  30. "error": "API Error: Wrong method",
  31. "code": 8
  32. },
  33. 9: {
  34. "error": "API Error: Wrong category",
  35. "code": 9
  36. },
  37. 10: {
  38. "error": "API Error: %s must be integer",
  39. "code": 10
  40. },
  41. 11: {
  42. "error": "API Error: Photo with this photo_id not in database",
  43. "code": 11
  44. },
  45. 12: {
  46. "error": "API Error: Not enough money on donate balance",
  47. "code": 12
  48. },
  49. 13: {
  50. "error": "API Error: Not enough money on balance",
  51. "code": 13
  52. },
  53. 14: {
  54. "error": "API Error: Photo with this photo_id is not available more",
  55. "code": 14
  56. },
  57. 15: {
  58. "error": "API Error: Sum to send is higher than maximal",
  59. "code": 15
  60. },
  61. 16: {
  62. "error": "API Error: Booster with this id is incorrect",
  63. "code": 16
  64. },
  65. 17: {
  66. "error": "API Error: You can publish stories once a day",
  67. "code": 17
  68. },
  69. 18: {
  70. "error": "API Error: %s must be list",
  71. "code": 18
  72. },
  73. 19: {
  74. "error": "API Error: %s is not correct",
  75. "code": 19
  76. },
  77. 20: {
  78. "error": "API Error: '%s' value must be %s",
  79. "code": 20
  80. },
  81. 21: {
  82. "error": "API Error: Missed JSON value %s",
  83. "code": 21
  84. },
  85. 22: {
  86. "error": "API Error: Sum to payout is lower than minimal",
  87. "code": 22
  88. },
  89. 23: {
  90. "error": "API Error: Sum to payout is higher than maximal",
  91. "code": 23
  92. },
  93. 24: {
  94. "error": "API Error: Lot with this id not in database",
  95. "code": 24
  96. },
  97. 25: {
  98. "error": "API Error: This lot is full selled, nothing to return",
  99. "code": 25
  100. },
  101. 26: {
  102. "error": "API Error: This lot is not your",
  103. "code": 26
  104. },
  105. 27: {
  106. "error": "API Error: You can't buy your own lot",
  107. "code": 27
  108. },
  109. 28: {
  110. "error": "API Error: This lot is not available to buy",
  111. "code": 28
  112. },
  113. 29: {
  114. "error": "API Error: The file size cannot exceed %s",
  115. "code": 29
  116. },
  117. 30: {
  118. "error": "API Error: One form data param missed or invalid",
  119. "code": 30
  120. },
  121. 31: {
  122. "error": "API Error: Photo size should not exceed %s",
  123. "code": 31
  124. },
  125. 32: {
  126. "error": "API Error: Need %s",
  127. "code": 32
  128. },
  129. 33: {
  130. "error": "API Error: No any fiels in request",
  131. "code": 33
  132. },
  133. 34: {
  134. "error": "API Error: %s fiels not allowd",
  135. "code": 34
  136. },
  137. 35: {
  138. "error": "API Error: This method allowd only for root admins",
  139. "code": 35
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement