Skip to content

Include traceback into error response when function raises exception #458

Open
@denismakogon

Description

@denismakogon

As IronFunctions user, i want to receive function traceback on error as part of HTTP response to function execution.

If function raises exception API return nothing except HTTP code - 500 with no response body, see this link.

As one of solutions mentioned by @pedronasser would be to include stderr content into response with making such capablity configurable through API (by default - disabled capability).

In case if function exited with traceback - make error message more verbose.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions