The result of a Workers endpoint.
True if status < 400
status
The HTTP Status of a Workers request
All headers that the result is to be sent with or was received with
JSON data yielded from a request, undefined if the request was not ok.
ok
An error text set if the request was not ok.
If status is 204 data will always be undefined.
data
The type of data returned on success.
Optional
Static
The result of a Workers endpoint.
Param: ok
True if
status< 400Param: status
The HTTP Status of a Workers request
Param: headers
All headers that the result is to be sent with or was received with
Param: data
JSON data yielded from a request, undefined if the request was not
ok.Param: message
An error text set if the request was not
ok.Remarks
If
statusis 204datawill always be undefined.