Class RemoteServiceErrorResponse
Inherited Members
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 |