The DaemonError class contains a BCHttpResponse, HttpResponse, DaemonHttpResponse, or , depending on where the failure was
HttpResponse !== undefined if the response code was != 200 or if the request itself failed
BCHttpResponse !== undefined if the request succeeded but the device returned an error code.
DaemonHttpResponse !== undefined if the request reached the daemon, who then reject it for a specified reason.
HttpResponse !== undefined if the request failed, this means the daemon could not be reached.
jsError !==
Generated using TypeDoc
The DaemonError class contains a BCHttpResponse, HttpResponse, DaemonHttpResponse, or , depending on where the failure was
HttpResponse !== undefined if the response code was != 200 or if the request itself failed
BCHttpResponse !== undefined if the request succeeded but the device returned an error code.