POST api/Error
Request Information
URI Parameters
None.
Body Parameters
ErrorModal| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorMessage | string |
None. |
|
| Exception | string |
None. |
|
| StackTrace | string |
None. |
|
| InternalContext | string |
None. |
|
| PageName | string |
None. |
|
| FullURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ErrorMessage": "sample string 1",
"Exception": "sample string 2",
"StackTrace": "sample string 3",
"InternalContext": "sample string 4",
"PageName": "sample string 5",
"FullURL": "sample string 6"
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true