Skip to content

easyextensionsmodels ErrorModel

BigMakCode edited this page Aug 5, 2024 · 1 revision

ErrorModel Public class

Description

Error model.

Diagram

 flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Models
EasyExtensions.Models.ErrorModel[[ErrorModel]]
end
Loading

Members

Properties

Public properties

TypeNameMethods
IDictionary<string, string>Errors
Error details.
get, set
intStatus
Error status code.
get, set
stringTitle
Error title.
get, set
stringTraceId
Trace ID.
get, set
stringType
URI of the error type.
get, set

Details

Summary

Error model.

Constructors

ErrorModel

publicErrorModel()

Properties

Type

publicstringType{get;set;}
Summary

URI of the error type.

Title

publicstringTitle{get;set;}
Summary

Error title.

Status

publicintStatus{get;set;}
Summary

Error status code.

TraceId

publicstringTraceId{get;set;}
Summary

Trace ID.

Errors

publicIDictionary<string,string>Errors{get;set;}
Summary

Error details.

Generated withModularDoc

Clone this wiki locally