Share via


ErrorResponse Class

Definition

Represents an error response with error code and detail.

[System.Runtime.Serialization.DataContract(Name="Error", Namespace="")]
public class ErrorResponse
[<System.Runtime.Serialization.DataContract(Name="Error", Namespace="")>]
type ErrorResponse = class
Public Class ErrorResponse
Inheritance
ErrorResponse
Attributes

Constructors

Name Description
ErrorResponse()

Properties

Name Description
Code

Gets or sets the error code.

Detail

Gets or sets the error detail.

Applies to