The FetchError object indicates an error when request to Open Cloud Server could not be performed. A FetchError is typically (but not exclusively) thrown when a network error occurs, access denied, or object not found.
FetchError
The HTTP status code of the response.
Optional
Error message.
HTTP status code of the response.
Status message corresponding to the status code.
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
The
FetchError
object indicates an error when request to Open Cloud Server could not be performed. AFetchError
is typically (but not exclusively) thrown when a network error occurs, access denied, or object not found.