finos / FDC3-Sail

Open implementation of the FDC3 standard using Electron and an integrated App Directory.
Apache License 2.0
34 stars 26 forks source link

Update intent methods to use AppIdentifier type #71

Open nkolba opened 2 years ago

nkolba commented 2 years ago

Ensure proper error is thrown if target instance is specified but not found:

If a specific target app parameter was set, but either the app or app instance is not available then the ResolveError.TargetAppUnavailable or ResolveError.TargetInstanceUnavailable errors MUST be returned.

nkolba commented 2 years ago

most of this is addressed with PR #82 . Will need to verify the routing with instance identifier arg.