ErrorProperties 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 properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ErrorPropertiesTypeConverter))]
public class ErrorProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IErrorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ErrorPropertiesTypeConverter))>]
type ErrorProperties = class
interface IErrorProperties
interface IJsonSerializable
Public Class ErrorProperties
Implements IErrorProperties
- Inheritance
-
ErrorProperties
- Attributes
- Implements
Constructors
ErrorProperties() |
Creates an new ErrorProperties instance. |
Properties
Code |
Error code. |
Message |
Error message indicating why the operation failed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ErrorProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ErrorProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IErrorProperties. |
FromJsonString(String) |
Creates a new instance of ErrorProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ErrorProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |