Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 850 Bytes

GiG.Core.Models.md

File metadata and controls

24 lines (18 loc) · 850 Bytes

GiG.Core.Models

Library for generic Models.

The Response Model

Property Name Type
IsSuccess Boolean
Data T
IsError Boolean
ErrorCode String
Static Method Name Return Type
Success(T data) Response
Fail(string errorCode) Response

The ErrorResponse Model

Property Name Type
ErrorSummary String
Errors IDictionary<string, List>