Skip to content

Commit

Permalink
$err:stack-trace: string, please. Closes qt4cg#1598
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Nov 22, 2024
1 parent 7604122 commit a380d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specifications/xquery-40/src/expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21280,11 +21280,11 @@ query using the <code>fn:error()</code> function.</p>
</tr>
<tr>
<td valign="top"><code>$err:stack-trace</code></td>
<td valign="top"><code>fn() as xs:string?</code></td>
<td valign="top"><code>xs:string?</code></td>
<td valign="top"
>A function returning <termref def="dt-implementation-dependent"
><termref def="dt-implementation-dependent"
>Implementation-dependent</termref> information about the current state of
execution, or returning an empty sequence if no stack trace is available.
execution, or an empty sequence if no stack trace is available.
The variable must be bound so that a query can reference it without
raising an error.</td>
</tr>
Expand Down

0 comments on commit a380d2c

Please sign in to comment.