Class StackTrace


  • public class StackTrace
    extends java.lang.Object
    Call frames for assertions or error messages.
    • Constructor Detail

    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
      • getCallFrames

        public java.util.List<CallFrame> getCallFrames()
        JavaScript function name.
      • getParent

        public StackTrace getParent()
        Asynchronous JavaScript stack trace that preceded this stack, if available.
      • getParentId

        @Beta
        public StackTraceId getParentId()
        Asynchronous JavaScript stack trace that preceded this stack, if available.