elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ElasticsearchException
Elasticsearch
Exception
open
class
ElasticsearchException
(
msg
:
String
)
:
Exception
Types
Constructors
Properties
Inheritors
Constructors
Elasticsearch
Exception
Link copied to clipboard
fun
ElasticsearchException
(
msg
:
String
)
Types
Authentication
Link copied to clipboard
class
Authentication
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Authorization
Link copied to clipboard
class
Authorization
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Bad
Request
Link copied to clipboard
class
BadRequest
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Companion
Link copied to clipboard
object
Companion
Conflict
Link copied to clipboard
class
Conflict
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Gateway
Timeout
Link copied to clipboard
class
GatewayTimeout
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Internal
Link copied to clipboard
class
Internal
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Not
Found
Link copied to clipboard
class
NotFound
(
val
error
:
TransportError
)
:
ElasticsearchException.Transport
Transport
Link copied to clipboard
open
class
Transport
(
val
statusCode
:
Int
,
val
error
:
TransportError
)
:
ElasticsearchException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Inheritors
Transport
Link copied to clipboard