Show / Hide Table of Contents

Class ErrorResponse

Inheritance
object
ErrorResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Application.Common.Responses
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class ErrorResponse

Properties

| Edit this page View Source

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Errors

Declaration
public IDictionary<string, string[]>? Errors { get; set; }
Property Value
Type Description
IDictionary<string, string[]>
| Edit this page View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX