FrontEnd Angular - v0.0.1-alpha
This commit is contained in:
7
src/app/shared/model/httpError/httpError.model.ts
Normal file
7
src/app/shared/model/httpError/httpError.model.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface HttpError {
|
||||
title: string;
|
||||
status: number;
|
||||
details: string;
|
||||
developerMessage: string;
|
||||
timestamp: string;
|
||||
}
|
||||
Reference in New Issue
Block a user