(schema: S)
| 8597 | * @category options |
| 8598 | * @since 4.0.0 |
| 8599 | */ |
| 8600 | export interface ErrorOptions { |
| 8601 | /** |
| 8602 | * Includes string stack traces in encoded `Error` values when set to `true`. |
| 8603 | * |
| 8604 | * @default false |
| 8605 | */ |
| 8606 | readonly includeStack?: boolean | undefined |
| 8607 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…