Instance Property
stackTrace
Deprecated
Captured stack traces are no longer supported by Vapor
Stack trace from which this error originated (must set this from the error’s init)
var stackTrace: StackTrace? { get }
Default Implementations
DebuggableError Implementations
var stackTrace: StackTrace?Stack trace from which this error originated (must set this from the error’s init)