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
Root Schema : logClientErrors_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            clientSideErrors: 
            array  clientSideErrors
            
            The array of client side errors to print to error log.
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: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of client side errors to print to error log.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            browserVersion(optional): 
            string
            Browser version for client side error.
- 
            clientErrorCode(optional): 
            string
            Client error code for client side error.
- 
            line(optional): 
            string
            Line for client side error.
- 
            locale(optional): 
            string
            Locale for client side error.
- 
            message(optional): 
            string
            Message for client side error.
- 
            osVersion(optional): 
            string
            OS version for client side error.
- 
            time(optional): 
            string
            Time for client side error.
- 
            url(optional): 
            string
            URL for client side error.
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code