Share via


ErrorResponse Class

Definition

Migration custom http error reponse.

[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.FabricErrorCode))]
public class ErrorResponse
[<System.Runtime.Serialization.DataContract>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.FabricErrorCode))>]
type ErrorResponse = class
Public Class ErrorResponse
Inheritance
ErrorResponse
Attributes

Constructors

ErrorResponse()

Properties

ErrorCode

Gets or sets the migration error code.

ExceptionType

Gets or sets the exception type

IsFabricError

Gets or sets a value indicating whether the error is Fabric related.

Message

Gets or sets the migration error message.

Applies to