UNPKG
@mindkey/recruiting-api-client
Version:
latest (7.8.17)
7.8.17
7.8.14
7.8.13
7.8.12
7.8.11
7.8.10
7.8.9
7.8.8
7.8.7
7.8.5
7.8.4
7.8.3
7.8.2
7.8.1
7.8.0
7.7.6
7.7.4
7.7.3
7.7.1
7.7.0
7.6.2
7.6.0
7.5.7
7.5.6
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.9
7.4.8
7.4.7
7.4.6
7.3.7
7.3.7-ci.23244
7.3.7-ci.21751
The MindKey API Client allows easy access to your MindKey Recruiting data.
mindkey.com
@mindkey/recruiting-api-client
/
errors
/
http.error.d.ts
9 lines
(8 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@public
*/
export
declare
class
HttpError
extends
Error
{
readonly
response
:
Response
;
constructor
(
response
:
Response
,
message
:
string
);
get
status
():
number
; }