fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Match validation errors to IllegalArgument HTTP statuses #151

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 6 years ago

To ensure that HTTP response statuses better fit the actual error, this PR converts errors explicitely to gRPC status errors. This ensures that validation errors get converted to 402s, instead of 500s.