Kinetica C# API  Version 6.2.0.1
kinetica.GetJobResponse.StatusMap Struct Reference

Map of various status strings for the executed job. More...

Public Attributes

const string ERROR_MESSAGE = "error_message"
 Explains what error occurred while running the job asynchronously. More...
 

Detailed Description

Map of various status strings for the executed job.

  • ERROR_MESSAGE: Explains what error occurred while running the job asynchronously. This entry only exists when the job status is ERROR.


A set of string constants for the parameter <member name="status_map">.

Definition at line 156 of file GetJob.cs.

Member Data Documentation

◆ ERROR_MESSAGE

const string kinetica.GetJobResponse.StatusMap.ERROR_MESSAGE = "error_message"

Explains what error occurred while running the job asynchronously.

This entry only exists when the job status is ERROR.

Definition at line 162 of file GetJob.cs.


The documentation for this struct was generated from the following file: