ValidationError 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.
validation error
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ValidationErrorTypeConverter))]
public class ValidationError : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IValidationError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ValidationErrorTypeConverter))>]
type ValidationError = class
interface IValidationError
interface IJsonSerializable
Public Class ValidationError
Implements IValidationError
- Inheritance
-
ValidationError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ValidationError() |
Creates an new ValidationError instance. |
Properties
| Name | Description |
|---|---|
| Code |
error code |
| Message |
error message |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidationError. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidationError. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IValidationError. |
| FromJsonString(String) |
Creates a new instance of ValidationError, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidationError into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |