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