Skip to content

Commit e35c776

Browse files
Added 53N33
1 parent 249bae4 commit e35c776

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
= 53N33
2+
3+
== Status description
4+
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..
21+
----
22+
23+
ifndef::backend-pdf[]
24+
[discrete.glossary]
25+
== Glossary
26+
27+
include::partial$glossary.adoc[]
28+
endif::[]

0 commit comments

Comments
 (0)