Owneat Technical Guide main Help

Class JsonErrorResponse

Namespace: Common.Filters
Assembly: Common.dll

Json error response returned when 500 error is thrown by Common.Filters.HttpGlobalExceptionFilter.

public sealed class JsonErrorResponse

Inheritance

object ← JsonErrorResponse

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

DeveloperMessage

Messages contained in the System.Exception when development environment is ON.

public object? DeveloperMessage { get; set; }

Property Value

object?

Messages

Messages contained in the System.Exception.

public string[]? Messages { get; init; }

Property Value

string\[\]?

Last modified: 21 May 2024