Enumeration ProcessingStatus

namespace: HPE
type: Tensor.int8
default: HPE.ProcessingStatus.undefined

Description

Status resulting from processing the observation data.

Literals

success : 1

 

undefined : 0

 

did_not_converge : -1

 

not_enough_data : -2

 

computation_error : -3

 

parsing_error : -4

 

not_found : -5

 

unknown_error : -6