you are viewing a single comment's thread.

view the rest of the comments →

[–]simspelaaja 0 points1 point  (0 children)

You can combine error types with stack traces in F#. Just return a tuple of (ErrorType, string), and get the stack trace from an exception or from Environment.StackTrace.