ErrorResponse 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.
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. |