InnerErrorOutput interface  
An object containing more specific information about the error.
Properties
| code | One of a server-defined set of error codes.  | 
| innererror | Inner error.  | 
| message | A human-readable representation of the error.  | 
Property Details
code
One of a server-defined set of error codes.
code?: string
				Property Value
string
innererror
message
A human-readable representation of the error.
message?: string
				Property Value
string