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
TypeStringType of error message
TitleStringTile of error message
StatusInteger (int32)401
DetailStringAny details regarding the response which sent by Fusion.
InstanceStringFusion
AdditionalProp1StringAny additional information which needs to passed to the caller.
AdditionalProp2StringAny additional information which needs to passed to the caller.
AdditionalProp3StringAny additional information which needs to passed to the caller.