Jump to content

NI IO Trace Error Code Family: Difference between revisions

From LabVIEW Wiki
Added page
 
m Remove redlinks for individual error code pages.
 
Line 5: Line 5:
! Description
! Description
|-
|-
| [[Error Code -303209|-303209]]
| -303209
| NI IO Trace:  NI I/O Trace was unable to create the file because it already exists on the system.  Remove the file or change the write mode passed to NI I/O Trace.
| NI IO Trace:  NI I/O Trace was unable to create the file because it already exists on the system.  Remove the file or change the write mode passed to NI I/O Trace.
|-
|-
| [[Error Code -303208|-303208]]
| -303208
| NI IO Trace:  The buffer size provided to NI I/O Trace was too small to contain the value to be returned.
| NI IO Trace:  The buffer size provided to NI I/O Trace was too small to contain the value to be returned.
|-
|-
| [[Error Code -303207|-303207]]
| -303207
| NI IO Trace:  A filename passed to NI I/O Trace had a file extension either not supported by NI I/O Trace or different from the requested file type.  Currently supported filetypes are I/O Trace log files (.nitrace), plain text files (.txt), CSV files (.csv), and XML files (.xml).
| NI IO Trace:  A filename passed to NI I/O Trace had a file extension either not supported by NI I/O Trace or different from the requested file type.  Currently supported filetypes are I/O Trace log files (.nitrace), plain text files (.txt), CSV files (.csv), and XML files (.xml).
|-
|-
| [[Error Code -303206|-303206]]
| -303206
| NI IO Trace:  NI I/O Trace has encountered an internal failure during command execution.
| NI IO Trace:  NI I/O Trace has encountered an internal failure during command execution.
|-
|-
| [[Error Code -303205|-303205]]
| -303205
| NI IO Trace:  A parameter passed with the requested command was not usable, likely due to it being out of the required range.
| NI IO Trace:  A parameter passed with the requested command was not usable, likely due to it being out of the required range.
|-
|-
| [[Error Code -303204|-303204]]
| -303204
| NI IO Trace:  NI I/O Trace could not execute the requested command because one of the parameters was incompatible with the current settings.
| NI IO Trace:  NI I/O Trace could not execute the requested command because one of the parameters was incompatible with the current settings.
|-
|-
| [[Error Code -303203|-303203]]
| -303203
| NI IO Trace:  NI I/O Trace could not complete the requested command because NI I/O Trace was not running when the command was issued.
| NI IO Trace:  NI I/O Trace could not complete the requested command because NI I/O Trace was not running when the command was issued.
|-
|-
| [[Error Code -303202|-303202]]
| -303202
| NI IO Trace:  NI I/O Trace was unable to open the specified file for writing.  Check that the directory currently exists and that NI I/O Trace has write permission to that directory and file.
| NI IO Trace:  NI I/O Trace was unable to open the specified file for writing.  Check that the directory currently exists and that NI I/O Trace has write permission to that directory and file.
|-
|-
| [[Error Code -303201|-303201]]
| -303201
| NI IO Trace:  NI I/O Trace is currently in a state where the requested command cannot be completed.  For example, if NI I/O Trace is currently tracing, making a call to start tracing will return this error.
| NI IO Trace:  NI I/O Trace is currently in a state where the requested command cannot be completed.  For example, if NI I/O Trace is currently tracing, making a call to start tracing will return this error.
|-
|-
| [[Error Code -303200|-303200]]
| -303200
| NI IO Trace:  NI I/O Trace failed to execute the requested command.
| NI IO Trace:  NI I/O Trace failed to execute the requested command.
|}
|}


[[Category:Error Handling]]
[[Category:Error Handling]]

Latest revision as of 15:47, 7 May 2023

Below are all of the Error Codes that belong to the NI IO Trace Error Code Family (see Error List for list of Families).

Code Description
-303209 NI IO Trace: NI I/O Trace was unable to create the file because it already exists on the system. Remove the file or change the write mode passed to NI I/O Trace.
-303208 NI IO Trace: The buffer size provided to NI I/O Trace was too small to contain the value to be returned.
-303207 NI IO Trace: A filename passed to NI I/O Trace had a file extension either not supported by NI I/O Trace or different from the requested file type. Currently supported filetypes are I/O Trace log files (.nitrace), plain text files (.txt), CSV files (.csv), and XML files (.xml).
-303206 NI IO Trace: NI I/O Trace has encountered an internal failure during command execution.
-303205 NI IO Trace: A parameter passed with the requested command was not usable, likely due to it being out of the required range.
-303204 NI IO Trace: NI I/O Trace could not execute the requested command because one of the parameters was incompatible with the current settings.
-303203 NI IO Trace: NI I/O Trace could not complete the requested command because NI I/O Trace was not running when the command was issued.
-303202 NI IO Trace: NI I/O Trace was unable to open the specified file for writing. Check that the directory currently exists and that NI I/O Trace has write permission to that directory and file.
-303201 NI IO Trace: NI I/O Trace is currently in a state where the requested command cannot be completed. For example, if NI I/O Trace is currently tracing, making a call to start tracing will return this error.
-303200 NI IO Trace: NI I/O Trace failed to execute the requested command.