elasticsearch-d v1.0.4 (2016-03-10T03:04:49Z)
Dub
Repo
RequestException
elasticsearch
transport
exceptions
Undocumented in source.
class
RequestException : Exception {
Connection
connection
;
RequestMethod
method
;
string
path
;
ESParams
parameters
;
string
requestBody
;
Response
response
;
this
(Connection connection, RequestMethod method, string path, ESParams parameters, string requestBody, Response response);
}
Constructors
this
this
(Connection connection, RequestMethod method, string path, ESParams parameters, string requestBody, Response response)
Undocumented in source.
Members
Variables
connection
Connection
connection
;
Undocumented in source.
method
RequestMethod
method
;
Undocumented in source.
parameters
ESParams
parameters
;
Undocumented in source.
path
string
path
;
Undocumented in source.
requestBody
string
requestBody
;
Undocumented in source.
response
Response
response
;
Undocumented in source.
Meta
Source
See Implementation
elasticsearch
transport
exceptions
classes
HostUnreachableException
RequestException