ElasticsearchException

open class ElasticsearchException(msg: String)

Types

Authentication
Link copied to clipboard
common
class Authentication(error: TransportError) : ElasticsearchException.Transport
Authorization
Link copied to clipboard
common
class Authorization(error: TransportError) : ElasticsearchException.Transport
BadRequest
Link copied to clipboard
common
class BadRequest(error: TransportError) : ElasticsearchException.Transport
Companion
Link copied to clipboard
common
object Companion
Conflict
Link copied to clipboard
common
class Conflict(error: TransportError) : ElasticsearchException.Transport
GatewayTimeout
Link copied to clipboard
common
class GatewayTimeout(error: TransportError) : ElasticsearchException.Transport
Internal
Link copied to clipboard
common
class Internal(error: TransportError) : ElasticsearchException.Transport
NotFound
Link copied to clipboard
common
class NotFound(error: TransportError) : ElasticsearchException.Transport
Transport
Link copied to clipboard
common
open class Transport(statusCode: Int, error: TransportError) : ElasticsearchException

Inheritors

ElasticsearchException
Link copied to clipboard