> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 499

> Reference for Stytch API Client Closed Request errors

export const PUBLIC_SLACK_INVITE_URL = "https://join.slack.com/t/stytch/shared_invite/zt-3rhtjctw4-a9bF_HUXHXm8vtizsMTMeQ";

## context\_canceled\_error

<Columns cols={2}>
  <div>
    <p><Badge color="red">499</Badge> <strong>Context canceled error</strong></p>

    <p>The request was canceled.</p>
  </div>

  ```js theme={null}
  {
    "status_code": 499,
    "request_id": "request-id-test-b05c992f-ebdc-489d-a754-c7e70ba13141",
    "error_type": "context_canceled_error",
    "error_message": "The request was canceled.",
    "error_url": "https://stytch.com/docs/api-reference/fraud/api/errors/499#context_canceled_error"
  }
  ```
</Columns>

<Heading noAnchor={true} level={3}>Need help?</Heading>

<Columns cols={2}>
  <Card title="Send us an email" icon="mail" horizontal href="mailto:support@stytch.com" />

  <Card title="Contact us on slack" icon="slack" horizontal href={PUBLIC_SLACK_INVITE_URL} />
</Columns>

***
