File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 11:description: This page lists all changes to status codes per Neo4j version. 
22= Changes to status codes per Neo4j version
33
4+ == Neo4j 5.24  
5+ 
6+ **New:**
7+ 
8+ [source, status codes, role="noheader"]
9+ ----- 
10+ Neo.ClientNotification.Statement.SuperfluousOptional 
11+ ----- 
12+ 
413== Neo4j 5.23
514
615From version 5.23, Neo4j has a new GqlStatusObject API in addition to the existing Notification API.
Original file line number Diff line number Diff line change @@ -3544,6 +3544,30 @@ RETURN *
35443544====== 
35453545===== 
35463546
3547+ [#_neo_clientnotification_statement_superfluousoptional]
3548+ === Superfluous Optional
3549+ 
3550+ .Notification details 
3551+ [cols="<1s,<4"]
3552+ |===
3553+ |Neo4j code
3554+ m|Neo.ClientNotification.Statement.SuperfluousOptional
3555+ |Title
3556+ a|The use of OPTIONAL is superfluous when `CALL` is a unit subquery or a void procedure.
3557+ |Description
3558+ |The use of OPTIONAL is superfluous when `CALL` is a unit subquery or a void procedure.
3559+ |Category
3560+ m|GENERIC
3561+ |GQLSTATUS code
3562+ m|03N61
3563+ |Status description
3564+ a|info: superfluous optional. The use of optional is superfluous when `CALL` is a unit subquery or a void procedure.
3565+ |Classification
3566+ m|GENERIC
3567+ |SeverityLevel
3568+ m|INFORMATION
3569+ |===
3570+ 
35473571[#_neo_clientnotification_statement_parameternotprovided]
35483572=== Parameter missing
35493573
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments