Skip to content

Commit b32f600

Browse files
committed
HARMONY-2003: Update error handling in README.
1 parent c25d546 commit b32f600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/adapting-new-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Canceled requests are handled internally by Harmony. Harmony will prevent furthe
6868

6969
## 5. Error handling
7070

71-
For unrecoverable conditions, services should raise a `HarmonyException` (or subclass) to trigger a failure. The exception message will be forwarded to Harmony and visible to end users through the job status endpoint (`/jobs/<job-id>`). For details, see [Error Handling](https://github.com/nasa/harmony-service-lib-py/blob/main/README.md#error-handling).
71+
For unrecoverable conditions, services should raise exception to trigger a failure. The exception message will be forwarded to Harmony and visible to end users through the job status endpoint (`/jobs/<job-id>`). See [Error Handling](https://github.com/nasa/harmony-service-lib-py/blob/main/README.md#error-handling) for detailed error handling guidance when using the preferred harmony-service-lib-py for service development.
7272

7373
## 6. Defining environment variables in env-defaults
7474

0 commit comments

Comments
 (0)