UNPKG
@ni-web-infra/common-utils
Version:
latest (1.2.0)
1.2.0
1.1.0
1.1.0-beta.1
1.0.0
NI util function library
github.com/NI-Web-Infra-Team/common-utils
NI-Web-Infra-Team/common-utils
@ni-web-infra/common-utils
/
types
/
lib
/
AJAXError.d.ts
7 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
AJAXError
extends
Error
{
status
:
number
;
url
:
string
;
constructor
(
message
:
string
,
status
:
number
,
url
:
string
);
toString
():
string
; }