code property

String? code
getter/setter pair

Outcome of the transformation. Possible string values are:

  • "TRANSFORMATION_RESULT_CODE_UNSPECIFIED" : Unused
  • "SUCCESS" : Transformation completed without an error.
  • "ERROR" : Transformation had an error.

Implementation

core.String? code;