1 sharedlibrarycoredtos ErrorResponse
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ErrorResponse Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.ErrorResponse[[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