Skip to content

Commit d96af9e

Browse files
author
MailboxValidator
authored
Update readme.md
1 parent 1fee6bf commit d96af9e

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

readme.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,18 @@ To print the validation result on single email, you will first need to include t
7272

7373
## Errors
7474

75-
| error_code | error_message |
76-
| ---------- | --------------------- |
77-
| 100 | Missing parameter. |
78-
| 101 | API key not found. |
79-
| 102 | API key disabled. |
80-
| 103 | API key expired. |
81-
| 104 | Insufficient credits. |
82-
| 105 | Unknown error. |
75+
| error_code | error_message |
76+
| ---------- | --------------------- |
77+
| 10000 | Missing parameter. |
78+
| 10001 | API key not found. |
79+
| 10002 | API key disabled. |
80+
| 10003 | API key expired. |
81+
| 10004 | Insufficient credits. |
82+
| 10005 | Unknown error. |
83+
| 10006 | Invalid email syntax. |
8384

8485

8586

8687
## Copyright
8788

88-
Copyright (C) 2018-2022 by MailboxValidator.com, [email protected]
89+
Copyright (C) 2018-2023 by MailboxValidator.com, [email protected]

0 commit comments

Comments
 (0)