Faulty.Stacktrace (Faulty v0.1.5)

View Source

An Stacktrace contains the information about the execution stack for a given occurrence of an exception.

Summary

Functions

Source of the error stack trace.

Types

t()

@type t() :: %Faulty.Stacktrace{lines: term()}

Functions

new(stack)

source(stack)

Source of the error stack trace.

The first line matching the client application. If no line belongs to the current application, just the first line.