surrealdb-driver
0.2.0
common
surrealdb-driver
/
uk.gibby.driver.exception
/
QueryException
Query
Exception
data
class
QueryException
(
val
detail
:
String
)
:
Exception
Members
Constructors
Query
Exception
Link copied to clipboard
constructor
(
detail
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
detail
Link copied to clipboard
val
detail
:
String
message
Link copied to clipboard
open
val
message
:
String
?