POST api/GlobalErrorHandler/GlobalErrorHandlerPostData

Request Information

URI Parameters

None.

Body Parameters

ErrorInfo
NameDescriptionTypeAdditional information
type

string

None.

message

string

None.

stack

string

None.

timestamp

date

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "message": "sample string 2",
  "stack": "sample string 3",
  "timestamp": "2026-01-06T01:32:18.1734508+00:00"
}

application/xml, text/xml

Sample:
<ErrorInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HumanInLoop.WebApi.Models">
  <message>sample string 2</message>
  <stack>sample string 3</stack>
  <timestamp>2026-01-06T01:32:18.1734508+00:00</timestamp>
  <type>sample string 1</type>
</ErrorInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.