Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/http-utils
HttpResponseError
Class HttpResponseError
Description
Error thrown when the endpoint returns an HTTP error to the client
Hierarchy
NetworkError
HttpResponseError
Index
Constructors
constructor
Properties
body
message
status
status
Text
url
Constructors
constructor
new
Http
Response
Error
(
message
,
status
,
statusText
,
body
,
url
)
:
HttpResponseError
Parameters
message
:
string
status
:
STATUS_CODE
statusText
:
string
body
:
string
url
:
string
Returns
HttpResponseError
Properties
Readonly
body
body
:
string
Readonly
message
message
:
string
Readonly
status
status
:
STATUS_CODE
Readonly
status
Text
status
Text
:
string
Readonly
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
message
status
status
Text
url
Taquito
Loading...
Description
Error thrown when the endpoint returns an HTTP error to the client