Function: createErrorFromStatus()
function createErrorFromStatus(status, message): ChanomhubError;Defined in: errors/index.ts:82
Creates the appropriate error class based on HTTP status code
Parameters
heading.anchorLabel| Parameter | Type |
|---|---|
status | number |
message | string |