ErrorDetail interface 
The error detail.
Properties
| additional | The error additional info. | 
| code | The error code. | 
| details | The error details. | 
| message | The error message. | 
| target | The error target. | 
Property Details
		additionalInfo
	 
	The error additional info.
additionalInfo?: ErrorAdditionalInfo[]Property Value
code
The error code.
code?: stringProperty Value
string
details
message
The error message.
message?: stringProperty Value
string
target
The error target.
target?: stringProperty Value
string