diff --git a/content/200-orm/500-reference/250-error-reference.mdx b/content/200-orm/500-reference/250-error-reference.mdx index 8fd5b53e20..a731f4683b 100644 --- a/content/200-orm/500-reference/250-error-reference.mdx +++ b/content/200-orm/500-reference/250-error-reference.mdx @@ -490,12 +490,18 @@ The engine failed to start. For example, it couldn't establish a connection to t > Also see the [troubleshooting guide](/accelerate/troubleshoot#p6008-connectionerrorenginestarterror) for more information. +The global response size limit of Accelerate has been exceeded. You can find the limit [here](/accelerate/limitations#response-size-limit). + #### `P6009` (`ResponseSizeLimitExceeded`) The global response size limit of Accelerate has been exceeded. You can find the limit [here](/accelerate/limitations#response-size-limit). > Also see the [troubleshooting guide](/accelerate/troubleshoot#p6009-responsesizelimitexceeded) for more information. +#### `P6010` (`ProjectDisabledError`) + +Your accelerate project is disabled. Please [enable](/accelerate/getting-started#1-enable-accelerate) it again to use it. + ### Prisma Pulse Prisma Pulse-related errors start with `P61xx`.