logClientErrors

post

/ccstore/v1/logging/logClientErrors

Log Client Errors. Create an error log entry for client errors. Expects the JSON to contain an clientSideErrors array.

Request

Supported Media Types
  • application/json
Body Parameter
Root Schema : logClientErrors_request
Nested Schema : clientSideErrors
Type: array
The array of client side errors to print to error log.
Nested Schema : items
Type: object

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : logClientErrors_response
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object