org
.
opencypher
.
okapi
.
api
.
exception
.
CypherException
ErrorDetails
Related Docs:
trait ErrorDetails
|
package CypherException
object
ErrorDetails
Possible error details as specified by the TCK.
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ErrorDetails
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
object
ColumnNameConflict
extends
ErrorDetails
with
Product
with
Serializable
object
CreatingVarLength
extends
ErrorDetails
with
Product
with
Serializable
object
DeleteConnectedNode
extends
ErrorDetails
with
Product
with
Serializable
object
DeletedEntityAccess
extends
ErrorDetails
with
Product
with
Serializable
object
DifferentColumnsInUnion
extends
ErrorDetails
with
Product
with
Serializable
object
FloatingPointOverflow
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidAggregation
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidArgumentExpression
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidArgumentPassingMode
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidArgumentType
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidArgumentValue
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidClauseComposition
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidDelete
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidElementAccess
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidNumberLiteral
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidNumberOfArguments
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidParameterUse
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidPropertyType
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidRelationshipPattern
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidUnicodeCharacter
extends
ErrorDetails
with
Product
with
Serializable
object
InvalidUnicodeLiteral
extends
ErrorDetails
with
Product
with
Serializable
object
ListElementAccessByNonInteger
extends
ErrorDetails
with
Product
with
Serializable
object
MapElementAccessByNonString
extends
ErrorDetails
with
Product
with
Serializable
object
MergeReadOwnWrites
extends
ErrorDetails
with
Product
with
Serializable
object
MissingParameter
extends
ErrorDetails
with
Product
with
Serializable
object
NegativeIntegerArgument
extends
ErrorDetails
with
Product
with
Serializable
object
NestedAggregation
extends
ErrorDetails
with
Product
with
Serializable
object
NoExpressionAlias
extends
ErrorDetails
with
Product
with
Serializable
object
NoSingleRelationshipType
extends
ErrorDetails
with
Product
with
Serializable
object
NoVariablesInScope
extends
ErrorDetails
with
Product
with
Serializable
object
NonConstantExpression
extends
ErrorDetails
with
Product
with
Serializable
object
NumberOutOfRange
extends
ErrorDetails
with
Product
with
Serializable
object
ProcedureNotFound
extends
ErrorDetails
with
Product
with
Serializable
object
PropertyAccessOnNonMap
extends
ErrorDetails
with
Product
with
Serializable
object
RelationshipUniquenessViolation
extends
ErrorDetails
with
Product
with
Serializable
object
RequiresDirectedRelationship
extends
ErrorDetails
with
Product
with
Serializable
object
UndefinedVariable
extends
ErrorDetails
with
Product
with
Serializable
object
UnknownFunction
extends
ErrorDetails
with
Product
with
Serializable
object
VariableAlreadyBound
extends
ErrorDetails
with
Product
with
Serializable
object
VariableTypeConflict
extends
ErrorDetails
with
Product
with
Serializable
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Possible error details as specified by the TCK.