Class RemoteServiceErrorInfo
Inheritance
RemoteServiceErrorInfo
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class RemoteServiceErrorInfo
Constructors
RemoteServiceErrorInfo()
Declaration
public RemoteServiceErrorInfo()
RemoteServiceErrorInfo(string, string?, string?, IDictionary?)
Declaration
public RemoteServiceErrorInfo(string message, string? details = null, string? code = null, IDictionary? data = null)
Parameters
Properties
Code
Declaration
public string? Code { get; set; }
Property Value
Data
Declaration
public IDictionary? Data { get; set; }
Property Value
Details
Declaration
public string? Details { get; set; }
Property Value
Message
Declaration
public string? Message { get; set; }
Property Value
ValidationErrors
Declaration
public RemoteServiceValidationErrorInfo[]? ValidationErrors { get; set; }
Property Value
Extension Methods