Expand description

Nested message and enum types in TransformationErrorHandling.

Structs§

  • Skips the data without modifying it if the requested transformation would cause an error. For example, if a DateShift transformation were applied an an IP address, this mode would leave the IP address unchanged in the response.
  • Throw an error and fail the request when a transformation error occurs.

Enums§

  • How transformation errors should be handled.