Represents a stack trace element of server-side exception.

Hierarchy

  • ServerErrorStackElement

Properties

className: string

Class name.

fileName: string

Name of the file containing the class.

lineNumber: number

Line number from the class.

methodName: string

Method name.

Generated using TypeDoc