Skip to content

Commit 1a20406

Browse files
Fix error message
1 parent 534433d commit 1a20406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/contracts/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export enum ApiErrorStatus {
2828
}
2929

3030
export enum ApiErrorDetail {
31-
NotFoundLetterId = 'The provided letter ID does not exist',
31+
NotFoundLetterId = 'The provided letter ID does not exist for the supplier',
3232
InvalidRequestMissingSupplierId = 'The supplier ID is missing from the request',
3333
InvalidRequestMissingBody = 'The request is missing the body',
3434
InvalidRequestMissingLetterIdPathParameter = 'The request is missing the letter id path parameter',

0 commit comments

Comments
 (0)