ResponseInnerError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an inner error.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.ResponseInnerError+Converter))]
public sealed class ResponseInnerError
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.ResponseInnerError+Converter))>]
type ResponseInnerError = class
Public NotInheritable Class ResponseInnerError
- Inheritance
-
System.ObjectResponseInnerError
- Attributes
-
System.Text.Json.Serialization.JsonConverterAttribute
Properties
Code |
Gets the error code. |
InnerError |
Gets the inner error. |
Message |
Gets the error message. |
Methods
ToString() |
Returns a string that represents the current object. |