Added http status text to rest response object and fixed tests

This commit is contained in:
Giuseppe
2018-10-11 18:48:27 +02:00
parent 1ee037e031
commit 2baf881f01
33 changed files with 153 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
export class RemoteDataError {
constructor(
public statusCode: string,
public statusText: string,
public message: string
) {
}