ErrorModel interface 
Error details.
Properties
| code | Server defined error code. | 
| details | An array of errors that led to the reported error. | 
| innererror | An object containing more specific information than the current object about the error. | 
| message | A human-readable representation of the error. | 
| occurred | Date and time in UTC when the error occurred. | 
| target | The target of the error. | 
Property Details
code
Server defined error code.
code: stringProperty Value
string
details
An array of errors that led to the reported error.
details?: ErrorModel[]Property Value
innererror
An object containing more specific information than the current object about the error.
innererror?: InnerErrorProperty Value
message
A human-readable representation of the error.
message: stringProperty Value
string
		occurredDateTime
	  
	Date and time in UTC when the error occurred.
occurredDateTime?: DateProperty Value
Date
target
The target of the error.
target?: stringProperty Value
string