Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsmodels ErrorModel
BigMakCode edited this page Aug 5, 2024
·
1 revision
Error model.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Models
EasyExtensions.Models.ErrorModel[[ErrorModel]]
end
| Type | Name | Methods |
|---|---|---|
IDictionary<string, string> | ErrorsError details. | get, set |
int | StatusError status code. | get, set |
string | TitleError title. | get, set |
string | TraceIdTrace ID. | get, set |
string | TypeURI of the error type. | get, set |
Error model.
publicErrorModel()publicstringType{get;set;}URI of the error type.
publicstringTitle{get;set;}Error title.
publicintStatus{get;set;}Error status code.
publicstringTraceId{get;set;}Trace ID.
publicIDictionary<string,string>Errors{get;set;}Error details.
Generated withModularDoc