Recombee API Client
|
Exception thrown when a request did not succeed (did not return 200 or 201) More...
Public Member Functions | |
ResponseException (Request request, System.Net.HttpStatusCode statusCode, string message) | |
Create the exception More... | |
![]() | |
ApiException () | |
ApiException (string message) | |
ApiException (string message, Exception inner) | |
Properties | |
Request | FailedRequest [get] |
Request which failed More... | |
System.Net.HttpStatusCode | StatusCode [get] |
Obtained HTTP status code More... | |
Exception thrown when a request did not succeed (did not return 200 or 201)
|
inline |
Create the exception
request | Request which caused the exception |
statusCode | Resulting status code from API |
message | Error message from the API |
|
get |
Request which failed
|
get |
Obtained HTTP status code