Enumeration ResultCode

namespace: Tensor
type: Tensor.int8
default: Tensor.ResultCode.undefined

Description

General processing result codes.

Literals

success : 1

 

undefined : 0

 

failure : -1

 

busy : -2

 

processingError : -3

 

parsingError : -4

 

malformedRequest : -5

 

encodingError : -6