| IsSuccess | This indicates whether the action/operation is successful or not. |
| StatusCode | This will contain http status code for the response such as 200 for OK |
| Data | This will contain response data based on the action being executed which is strongly type class. This property is set to NULL by default and when IsSuccess is set to true, this contains API endpoint data. |
| Error | This will contain RFC7807 problem-detail compliant object to provide more information about the error(s) and how the developer can recover from it, click here for more details. This property is set to NULL by default and when IsSuccess is set to false, this contains error information. |