Error
Name | Type | Description | Condition |
---|---|---|---|
Code | string |
It will return the status codes like 200, 300, etc |
|
SeqId | string | ||
Name | string |
It will return the name of the status code |
|
UserMessage | string |
It will return the detailed message of the status code |
|
APIMessage | string |
It will return the detailed message of the status code |
|
Type | string |
It will show whether it is an error or a warning |
Error
Sample:
{ "Code": "404", "SeqId": "1", "Name": "NotFound", "UserMessage": "Record not found", "APIMessage": "Record not found", "Type": "Error" }