SDK regeneration #155
Annotations
10 errors
|
compile
Process completed with exit code 2.
|
|
compile:
src/api/resources/authtoken/resources/auth/client/Client.ts#L67
Function lacks ending return statement and return type does not include 'undefined'.
|
|
compile:
src/api/resources/authtoken/client/Client.ts#L5
Module '"../resources/auth/client/Client.js"' has no exported member 'AuthClient'.
|
|
test
Process completed with exit code 1.
|
|
fhir/main.test.ts > Fhir > executeBundle (4):
tests/wire/fhir/main.test.ts#L1019
AssertionError: expected error to be instance of InternalServerError
- Expected:
[Function InternalServerError]
+ Received:
phenomlError {
"message": "fetch failed",
"name": "phenomlError",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ fhir/main.test.ts:1019:9
|
|
fhir/main.test.ts > Fhir > patch (8):
tests/wire/fhir/main.test.ts#L802
AssertionError: expected error to be instance of InternalServerError
- Expected:
[Function InternalServerError]
+ Received:
phenomlError {
"message": "fetch failed",
"name": "phenomlError",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ fhir/main.test.ts:802:9
|
|
fhir/main.test.ts > Fhir > delete (5):
tests/wire/fhir/main.test.ts#L479
AssertionError: expected error to be instance of InternalServerError
- Expected:
[Function InternalServerError]
+ Received:
phenomlError {
"message": "fetch failed",
"name": "phenomlError",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ fhir/main.test.ts:479:9
|
|
fhir/main.test.ts > Fhir > upsert (4):
tests/wire/fhir/main.test.ts#L379
AssertionError: expected error to be instance of InternalServerError
- Expected:
[Function InternalServerError]
+ Received:
phenomlError {
"message": "fetch failed",
"name": "phenomlError",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ fhir/main.test.ts:379:9
|
|
fhir/main.test.ts > Fhir > create (4):
tests/wire/fhir/main.test.ts#L261
AssertionError: expected error to be instance of InternalServerError
- Expected:
[Function InternalServerError]
+ Received:
phenomlError {
"message": "fetch failed",
"name": "phenomlError",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ fhir/main.test.ts:261:9
|
|
fhir/main.test.ts > Fhir > search (6):
tests/wire/fhir/main.test.ts#L151
AssertionError: expected error to be instance of InternalServerError
- Expected:
[Function InternalServerError]
+ Received:
phenomlError {
"message": "fetch failed",
"name": "phenomlError",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ fhir/main.test.ts:151:9
|