{
  "type": "module",
  "source": "doc/api/api-mockerrors.md",
  "modules": [
    {
      "textRaw": "MockErrors",
      "name": "mockerrors",
      "type": "module",
      "desc": "<p>Undici exposes a variety of mock error objects that you can use to enhance your mock error handling.\nYou can find all the mock error objects inside the <code>mockErrors</code> key.</p>\n<pre><code class=\"language-js\">import { mockErrors } from 'undici'\n</code></pre>\n<table>\n<thead>\n<tr>\n<th>Mock Error</th>\n<th>Mock Error Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>MockNotMatchedError</code></td>\n<td><code>UND_MOCK_ERR_MOCK_NOT_MATCHED</code></td>\n<td>The request does not match any registered mock dispatches.</td>\n</tr>\n</tbody>\n</table>",
      "displayName": "MockErrors"
    }
  ]
}