Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
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 160 of file GetJob.cs.

Member Data Documentation

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 166 of file GetJob.cs.


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