Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.
This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-dotnet.
For more information, see the v4 end of life (EOL) announcement and related FAQ.
HTTP 404 error. An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB. More...
Public Member Functions | |
NotFound (QueryErrorResponse response) | |
Additional Inherited Members | |
![]() | |
FaunaException (QueryErrorResponse response) | |
FaunaException (string message) | |
![]() | |
IReadOnlyList< QueryError > | Errors [get] |
List of all errors sent by the server. More... | |
int | StatusCode [get] |
HTTP 404 error. An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.
HTTP 404 error.
Definition at line 73 of file FaunaException.cs.
FaunaDB.Errors.NotFound.NotFound | ( | QueryErrorResponse | response | ) |
Definition at line 75 of file FaunaException.cs.