Search
Preparing search index...
The search index is not available
@rkingon/transunion-tuna-node
Options
All
Public
Public/Protected
All
Inherited
Menu
@rkingon/transunion-tuna-node
RequestError
Class RequestError
Hierarchy
Error
RequestError
Index
Constructors
constructor
Properties
http
Error
raw
Request
raw
Response
Constructors
constructor
new
Request
Error
(
__namedParameters
:
{
httpError
?:
AxiosError
<
any
,
any
>
;
message
:
string
;
rawRequest
:
string
;
rawResponse
?:
string
}
)
:
RequestError
Parameters
__namedParameters:
{
httpError
?:
AxiosError
<
any
,
any
>
;
message
:
string
;
rawRequest
:
string
;
rawResponse
?:
string
}
Optional
http
Error
?:
AxiosError
<
any
,
any
>
message
:
string
raw
Request
:
string
Optional
raw
Response
?:
string
Returns
RequestError
Properties
Optional
http
Error
http
Error
?:
AxiosError
<
any
,
any
>
raw
Request
raw
Request
:
string
Optional
raw
Response
raw
Response
?:
string
Exports
Request
Error
constructor
http
Error
raw
Request
raw
Response
Generated using
TypeDoc