Class ErrorResponse
Inherited Members
Namespace: NotifyHub.NotificationService.Application.Common.Responses
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class ErrorResponse
Properties
| Edit this page View SourceCode
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Declaration
public IDictionary<string, string[]>? Errors { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string[]> |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |