|
Kinetica C# API
Version 7.2.3.1
|
Thrown by HttpClientTransport when the server responds with a non-2xx status code. More...
Inherits Exception.
Public Member Functions | |
| KineticaTransportException (int statusCode, byte[] body) | |
Properties | |
| int | StatusCode [get] |
| HTTP status code from the server response. More... | |
| byte [] | Body [get] |
| Raw response body bytes (may contain Avro-encoded error message). More... | |
Thrown by HttpClientTransport when the server responds with a non-2xx status code.
The raw response body is preserved so that Kinetica can decode the Kinetica error envelope.
Definition at line 167 of file HttpClientTransport.cs.
|
inline |
Definition at line 179 of file HttpClientTransport.cs.
|
get |
Raw response body bytes (may contain Avro-encoded error message).
Definition at line 177 of file HttpClientTransport.cs.
|
get |
HTTP status code from the server response.
Definition at line 172 of file HttpClientTransport.cs.