logClientErrors

post

/ccadmin/v1/logging/logClientErrors

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

Request

Supported Media Types
Body ()
Root Schema : logClientErrors_request
Type: object
Show Source
Example:
{
    "clientSideErrors":[
        {
            "clientErrorCode":"15006",
            "osVersion":"Win32",
            "line":"",
            "browserVersion":"Chrome 33.0.1750.154",
            "time":"2014-03-21T11:33:18.170Z",
            "message":"Error: Script error\nhttp://requirejs.org/docs/errors.html#scripterror",
            "locale":"en-US",
            "url":"http://localhost:9080/random"
        }
    ]
}
Nested Schema : clientSideErrors
Type: array
The array of client side errors to print to error log.
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : logClientErrors_response
Show Source

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top