This commit is contained in:
2022-01-21 00:46:44 +00:00
parent 95ccdd3441
commit 55a0feec64
9 changed files with 63 additions and 66 deletions

View File

@@ -283,6 +283,6 @@ Internal server errors are returned with an HTTP Status Code of 500 and an error
}
```
For security reasons no details of an internal server exception are returned, you must examine the [server log](common-log.md) to see the details.
For security reasons no details of an internal server exception are returned, you must examine the [server log](ops-log.md) to see the details.
Generally this means the request triggered an unhandled exception which will be logged in detail to the log file.
Please report any unexpected internal server errors (preferrably with the log showing the exception details) to AyaNova support so we can look into it.