fhircast / sandbox

FHIRcast Sandbox
GNU Affero General Public License v3.0
12 stars 3 forks source link

there is no error on invalid subscription #46

Closed wdvr closed 5 years ago

wdvr commented 5 years ago

when an invalid subscription is requested, hub should return 4XX or 5XX. We could do this by making ValidateSubscriptionJob.Run() return a Task<boolean>

wdvr commented 5 years ago

it is there after all.