Class RemoteServiceErrorResponse
Inheritance
object
RemoteServiceErrorResponse
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class RemoteServiceErrorResponse
Constructors
RemoteServiceErrorResponse(RemoteServiceErrorInfo)
Declaration
public RemoteServiceErrorResponse(RemoteServiceErrorInfo error)
Parameters
Type | Name | Description |
---|---|---|
RemoteServiceErrorInfo | error |
Properties
Error
Declaration
public RemoteServiceErrorInfo Error { get; set; }
Property Value
Type | Description |
---|---|
RemoteServiceErrorInfo |