Specific Errors Codes & Descriptions
This is a list of Domain Extractor Utility API response error codes.
| Code | Exception | Details |
|---|---|---|
| 19000 | MissingTextException | No text is provided as input. |
| 19001 | TextSizeToBigException | Maximum text size is 100kb. |
| 19002 | EmptyTextException | Empty text is provided as input. |
| 19003 | InvalidTextExtensionException | Invalid extension for text, only .txt is supported. |
| 19004 | TooManyTextLengthException | Maximum text length is 100.000. |
| 19005 | TooManyTextLinesException | Maximum text lines is 10.000. |
| 19006 | MissingTargetTypeException | No target is provided as input. |
| 19007 | TargetTypeException | Target only accept punycode or unicode. |
