sharedlibrarycoredtos ErrorResponse - RaidMax/IW4M-Admin GitHub Wiki
Public class
ErrorResponse 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``[] |
Messages relevant error messages |
get, set |
string |
Type todo: 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