SapDiscoveryErrorDetail 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.
Error definition.
public class SapDiscoveryErrorDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MigrationDiscoverySap.Models.SapDiscoveryErrorDetail>
type SapDiscoveryErrorDetail = class
interface IJsonModel<SapDiscoveryErrorDetail>
interface IPersistableModel<SapDiscoveryErrorDetail>
Public Class SapDiscoveryErrorDetail
Implements IJsonModel(Of SapDiscoveryErrorDetail), IPersistableModel(Of SapDiscoveryErrorDetail)
- Inheritance
-
SapDiscoveryErrorDetail
- Implements
Properties
Code |
Service specific error code which serves as the substatus for the HTTP error code. |
Details |
Internal error details. |
Message |
Description of the error. |
Recommendation |
Description of the recommendation. |
Explicit Interface Implementations
IJsonModel<SapDiscoveryErrorDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapDiscoveryErrorDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapDiscoveryErrorDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapDiscoveryErrorDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapDiscoveryErrorDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET