sharedlibrarycoredtos ErrorResponse - RaidMax/IW4M-Admin GitHub Wiki
ErrorResponse Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.ErrorResponse[ErrorResponse](/RaidMax/IW4M-Admin/wiki/ErrorResponse)
end
Members
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
string``[] |
Messagesrelevant error messages |
get, set |
string |
Typetodo: type of error |
get, set |
Details
Constructors
ErrorResponse
public ErrorResponse()
Properties
Type
public string Type { get; set; }
Summary
todo: type of error
Messages
public string Messages { get; set; }
Summary
relevant error messages
Generated with ModularDoc