Module: Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Possible outcomes of transformations.
Constant Summary collapse
- TRANSFORMATION_RESULT_CODE_UNSPECIFIED =
Unused
0
- SUCCESS =
Transformation completed without an error.
1
- ERROR =
Transformation had an error.
2