You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: function exception - function invocation failed. Failed to invoke function `{ <<sig>> }` caused by: `{ <<msg>> }`.
5
+
6
+
== Example scenario
7
+
8
+
For example, when parsing a duration string value:
9
+
10
+
[source,cypher]
11
+
----
12
+
RETURN duration({hours: 1}, "hh-mm-ss") as r
13
+
----
14
+
15
+
You will receive an error with GQLSTATUS xref:errors/gql-errors/53N33.adoc[53N33] and status description:
16
+
17
+
18
+
[source]
19
+
----
20
+
error: function exception - function invocation failed. Failed to invoke function duration(input :: ANY, pattern = DEFAULT_TEMPORAL_ARGUMENT :: STRING) :: DURATION caused by: A pattern can only be used in conjunction with a `STRING` input..
0 commit comments