| Response Code | Description | Response Format |
|---|---|---|
| 401 | Unauthorized |
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string",
}
|
Response Parameter Description
| Field | Data Type | Description |
|---|---|---|
| Type | String | Type of error message |
| Title | String | Tile of error message |
| Status | Integer (int32) | 401 |
| Detail | String | Any details regarding the response which sent by Fusion. |
| Instance | String | Fusion |
| AdditionalProp1 | String | Any additional information which needs to passed to the caller. |
| AdditionalProp2 | String | Any additional information which needs to passed to the caller. |
| AdditionalProp3 | String | Any additional information which needs to passed to the caller. |