Kimmels-n-Bits / PSRelativityConfig

A PowerShell module with cmdlets to configure Relativity environments.
MIT License
1 stars 0 forks source link

'Job Manager' Error Handling #16

Closed Oasis-MS closed 1 week ago

Oasis-MS commented 2 months ago

this framework currently handles failures with generic status codes and basic strings.

Enhance this framework to float errors up. Receive-Job and process the error.

Oasis-MS commented 1 week ago

Decided not to float errors up to parent objects. errors will stay scoped to the object that triggered them