We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534433d commit 1a20406Copy full SHA for 1a20406
lambdas/api-handler/src/contracts/errors.ts
@@ -28,7 +28,7 @@ export enum ApiErrorStatus {
28
}
29
30
export enum ApiErrorDetail {
31
- NotFoundLetterId = 'The provided letter ID does not exist',
+ NotFoundLetterId = 'The provided letter ID does not exist for the supplier',
32
InvalidRequestMissingSupplierId = 'The supplier ID is missing from the request',
33
InvalidRequestMissingBody = 'The request is missing the body',
34
InvalidRequestMissingLetterIdPathParameter = 'The request is missing the letter id path parameter',
0 commit comments