diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-28 17:29:48 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-28 17:29:48 +0300 |
| commit | 5117c15b4856d6296b28e67e259c2ca1576b8794 (patch) | |
| tree | 1523ac54d9329371fb485de5eb34b6783ae1a719 /src/interfaces | |
| parent | b677348333ad26a2e02cfa2f2f6a65fd51a8517d (diff) | |
| download | DevHive-Angular-5117c15b4856d6296b28e67e259c2ca1576b8794.tar DevHive-Angular-5117c15b4856d6296b28e67e259c2ca1576b8794.tar.gz DevHive-Angular-5117c15b4856d6296b28e67e259c2ca1576b8794.zip | |
Improved how error-bar handles error messages
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/api-error.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interfaces/api-error.ts b/src/interfaces/api-error.ts deleted file mode 100644 index 4dd68f3..0000000 --- a/src/interfaces/api-error.ts +++ /dev/null @@ -1,6 +0,0 @@ -export interface IApiError { - type: string; - title: string; - status: number; - traceId: string; -} |
