Log a client-side error
POST/api/v2/logerror
Log a client-side error
Request
- application/json
Body
required
Error details to log
client_type stringrequired
client_version stringrequired
error_msg stringrequired
stack stringrequired
Responses
- 200
- 400
- 401
- 403
- 500
Error logged
Validation error of supplied parameters/body
- */*
- Schema
- Example (from schema)
Schema
Array [
]
code int32required
fieldErrors
undefined[]
required
errCode stringrequired
field stringrequired
message stringrequired
message stringrequired
{
"code": 0,
"fieldErrors": [
{
"errCode": "string",
"field": "string",
"message": "string"
}
],
"message": "string"
}
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- */*
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...