Class SourceCode

java.lang.Object
backtraceio.library.models.json.SourceCode

public class SourceCode extends Object
Single instance of source data frame
  • Field Details

    • startLine

      @SerializedName("startLine") public Integer startLine
      Line number in source code where exception occurs
    • sourceCodeFileName

      @SerializedName("path") public String sourceCodeFileName
      Filename to source file where exception occurs
  • Constructor Details