ClientLog API Errors
Status |
Error Type |
Description |
---|---|---|
400 |
Parameter Missing |
The logData parameter is not present. |
400 |
Invalid Input |
The size of the logData exceeds 1,048,576 characters. |
400 |
Operation Failure |
The POST client log operation failed. |
401 |
Authorization Failure |
The user is not yet authenticated in the Web Session. |
401 |
Invalid Authorization User Specified |
The authenticated user tried to make a request for another user. |
405 |
Method Not Allowed |
GET or PUT HTTP method not allowed for client-side log collection. |