ProviderInstancePropertiesErrors interface
Defines the provider instance errors.
- Extends
Inherited Properties
code | Server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server. |
details | Array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server. |
inner |
Object containing more specific information than the current object about the error. NOTE: This property will not be serialized. It can only be populated by the server. |
message | Human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server. |
target | Target of the error. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
code
Server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
Inherited From ErrorModel.code
details
Array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.
details?: ErrorModel[]
Property Value
Inherited From ErrorModel.details
innerError
Object containing more specific information than the current object about the error. NOTE: This property will not be serialized. It can only be populated by the server.
innerError?: ErrorInnerError
Property Value
Inherited From ErrorModel.innerError
message
Human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
Inherited From ErrorModel.message
target
Target of the error. NOTE: This property will not be serialized. It can only be populated by the server.
target?: string
Property Value
string
Inherited From ErrorModel.target