# PartnershipManagement.Error

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | Application relevant detail, defined in the API or a common list. | 
**reason** | **String** | Explanation of the reason for the error which can be shown to a client user. | 
**message** | **String** | More details and corrective actions related to the error which can be shown to a client user. | [optional] 
**status** | **String** | HTTP Error code extension | [optional] 
**referenceError** | **String** | URI of documentation describing the error. | [optional] 
**baseType** | **String** | When sub-classing, this defines the super-class. | [optional] 
**schemaLocation** | **String** | A URI to a JSON-Schema file that defines additional attributes and relationships | [optional] 
**type** | **String** | When sub-classing, this defines the sub-class entity name. | [optional] 
