Function: httpError()
function httpError(status, info?): RasdError;
Defined in: classify.ts:97
Builds the RasdError a transport should throw for an HTTP failure. The wire
code is kept in details.reason; the frozen RASD_* catalogue supplies
code (docs/10 §1.4).
Parameters
| Parameter | Type |
|---|---|
status | number |
info | HttpErrorInfo |