Frontend logging

SecurityAuthorization
Request
Request Body schema: application/json
stacktrace
required
string non-empty
url
string
Responses
200

OK

204

No Content

400

Bad Request

403

Forbidden

500

Internal Server Error

post/api/logging/frontend
Request samples
application/json
{
  • "stacktrace": "string",
  • "url": "string"
}
Response samples
application/json
{
  • "errorInformation": { },
  • "frontendErrorKey": "string"
}