# Error codes in csv exported test results

**URL:** https://community.netbeez.net/t/error-codes-in-csv-exported-test-results/150
**Category:** General
**Created:** [February 13, 2024, 2:22pm UTC](https://community.netbeez.net/t/error-codes-in-csv-exported-test-results/150 "2024-02-13T14:22:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![aleksandar.radivojsa](https://avatars.discourse-cdn.com/v4/letter/a/4bbf92/32.png) [@aleksandar.radivojsa](https://community.netbeez.net/u/aleksandar.radivojsa)
#### Post date: [February 13, 2024, 2:22pm UTC](https://community.netbeez.net/t/error-codes-in-csv-exported-test-results/150/1 "2024-02-13T14:22:50Z")

</div>

Hi. I think I have got this data, but can not find it.

I would like to have error codes of the data presented in the csv when I export some test result to csv.

Thanks and regards.

---

<div class="post-metadata">

### Author: ![Anton](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.netbeez.net/anton/32/16_2.png) [@Anton](https://community.netbeez.net/u/Anton)
#### Post date: [February 20, 2024, 4:52pm UTC](https://community.netbeez.net/t/error-codes-in-csv-exported-test-results/150/2 "2024-02-20T16:52:38Z")

</div>

Hi Aleksandar!

We have not published the list of errors and messages in the documentation yet, but I have compiled it for you here. Hope this is useful!

```auto
# PING errors

'100': "no error" # no error

'142': "Port test generic error"

'143': "Host/port provided invalid"

'144': "Port test host unresponsive"

'145': "Port test host unresolvable"

'146': "Port closed"

'147': "Time out"

'148': "Port command not found"

'149': "Port command cannot fork"

'190': "" # message comes from generated error, no string stored on the agent

'191': "Message too long (check MTU)"

'192': "Network is unreachable"

'193': "ICMP too short packet received"

'194': "ICMP duplicate packet received"

'195': "Time out"

'196': "host not found"

'197': "ping command not found"

'198': "ping command cannot fork"

'199': "Unknown error"

# DNS errors

'200': "no error" # No error

'293': "" # message comes from generated error, no string stored on the agent

'294': "DNS server couldn't be reached"

'295': "DNS invalid server address"

'296': "Time out"

'297': "DNS server returned no results"

'298': "DNS command not found"

'299': "DNS command cannot fork"

# HTTP errors

'300': "no error" # no error

'396': "" # message comes from generated error, no string stored on the agent

'397': "HTTP command not found"

'398': "HTTP command cannot fork"

'399': "HTTP unknown error"

# Traceroute errors

'494': "Traceroute max hops reached"

'495': "Traceroute bug (seg fault with --mtu option)"

'496': "Time out"

'497': "Traceroute host not found"

'498': "Traceroute command not found"

'499': "Traceroute command cannot fork"

# Path Analysis errors

'900': "No error"

'994': "Path Analysis test host unresolvable"

'995': "Path Analysis command cannot fork"

'996': "Path analysis test host unresponsive"

'997': "Time out"

'998': "Path analysis command not found"

'999': "Path analysis test unknown error"

'400': "Agent returned no value or error"

```
