Instance Propertyvapor 4.106.3Vapor
frames
StackTrace.swift:20This declaration is deprecated: Captured stack traces are no longer supported by Vapor
var frames: [Frame] { get }
This declaration is deprecated: Captured stack traces are no longer supported by Vapor
var frames: [Frame] { get }
Show obsolete interfaces (1)
Hide obsolete interfaces
Show obsolete interfaces (2)
Hide obsolete interfaces
Show obsolete interfaces (2)
Hide obsolete interfaces
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct StackTrace
struct Frame
static var isCaptureEnabled: Bool { get set }
static func capture(skip: Int = 0) -> `Self`?
var description: String { get }
func description(max: Int = 16) -> String