-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdaqio-errors.txt
More file actions
106 lines (104 loc) · 3.55 KB
/
daqio-errors.txt
File metadata and controls
106 lines (104 loc) · 3.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="ISO-8859-1"?>
<nidocument>
<nicomment>
Error descriptions as provided with the daq.io LabVIEW API 1.1
<nifamily familyname="daq.io Error" displayname="daq.io Error">
</nifamily>
</nicomment>
<nierror code="402980">
Generic error, check connectivity. Likely fix: Check Network configuration, Internet connectivity
</nierror>
<nierror code="402981">
http 500 - Internal Server error, most likely cause: incorrect data sent or connectivity issues
</nierror>
<nierror code="402982">
http 404 error - page or API route not found. Check API route for trailing slashes or typos
</nierror>
<nierror code="402983">
http 403 - authorization failed. Check User name and password.
</nierror>
<nierror code="402984">
Connecting to daq.io not successful. Generic failure to connect.
</nierror>
<nierror code="402985">
Unable to retrieve the logged_in status route. You need to log in again
</nierror>
<nierror code="402986">
Error creating Channel Type. Check Connectivity.
</nierror>
<nierror code="402987">
Error creating a Device. Does a Device Type exist for the device?
</nierror>
<nierror code="402988">
Error creating a Device Type. Check the API route and your user permissions.
</nierror>
<nierror code="402989">
Error creating an Event Type. Check the API route and your user permissions.
</nierror>
<nierror code="402990">
Error creating a Tag Type. Check the API route and your user permissions.
</nierror>
<nierror code="402991">
Error getting all Device Types. Check the API route and existance of Device Types.
</nierror>
<nierror code="402992">
Error getting all Event Types. Check the API route and your user permissions.
</nierror>
<nierror code="402993">
Error getting specific Device Type. Make sure the Device Type exists.
</nierror>
<nierror code="402994">
Error updating Device Type. Check your user permissions and update data.
</nierror>
<nierror code="402995">
Error firing an Event. Make sure the Event Type exists.
</nierror>
<nierror code="402996">
Error getting Device Events. Check the API route.
</nierror>
<nierror code="402997">
Error downloading a File. Please check if the File ID exists.
</nierror>
<nierror code="402998">
Error getting all Files.
</nierror>
<nierror code="402999">
Error tying a File to a Device.
</nierror>
<nierror code="403400">
Error uploading a File.
</nierror>
<nierror code="403401">
Error Creating or Updating a Tag.
</nierror>
<nierror code="403402">
Error writing one or multiple value(s). Check the Internet connectivity.
</nierror>
<nierror code="403403">
Error getting all Channel Types.
</nierror>
<nierror code="403404">
Error creating a dashboard.
</nierror>
<nierror code="403405">
Error retrieving time series rollups. Make sure data exists for the specified period.
</nierror>
<nierror code="403406">
Error deleting a File on daq.io. Please make sure the file exists and the File ID is correct.
</nierror>
<nierror code="403407">
Error posting a buffer file to daq.io. Please adjust the timeout if your Internet Connection is slow or Clear the buffer to delete existing buffer files.
</nierror>
<nierror code="403408">
Error retrieving Waveforms from daq.io. Please make sure Waveforms are enabled and devices exist in your account.
</nierror>
<nierror code="403409">
Error retrieving Waveform data from daq.io. Please make sure the waveforms are stored correctly.
</nierror>
<nierror code="403410">
Error retrieving tags for your specific device. Try getting the device information.
</nierror>
<nierror code="403411">
Device uses a different Token. Change Token information online to continue with a different Token.
</nierror>
</nidocument>