-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycoredtos ErrorResponse
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.ErrorResponse[[ErrorResponse]]
end
| Type | Name | Methods |
|---|---|---|
string``[] |
Messagesrelevant error messages |
get, set |
string |
Typetodo: type of error |
get, set |
public ErrorResponse()public string Type { get; set; }todo: type of error
public string Messages { get; set; }relevant error messages
Generated with ModularDoc