elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ElasticsearchException
/
NotFound
Not
Found
class
NotFound
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Constructors
Functions
Properties
Constructors
Not
Found
Link copied to clipboard
fun
NotFound
(
error
:
TransportError
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
TransportError
is
Retriable
Link copied to clipboard
open
val
isRetriable
:
Boolean
=
false
message
Link copied to clipboard
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int