surrealdb-driver
0.2.0
common
surrealdb-driver
/
uk.gibby.driver.model.query
/
QueryResponse
/
Error
Error
@
Serializable
data
class
Error
(
val
time
:
String
,
val
detail
:
String
)
:
QueryResponse
Members
Members & Extensions
Constructors
Error
Link copied to clipboard
constructor
(
time
:
String
,
detail
:
String
)
Properties
detail
Link copied to clipboard
val
detail
:
String
time
Link copied to clipboard
open
override
val
time
:
String
Functions
data
Link copied to clipboard
inline
fun
<
T
>
QueryResponse
.
data
(
)
:
T