Skip to content

Mapping messages errors from BFF#1258

Open
borgesis95 wants to merge 1 commit intodevfrom
bff-mapped-errors-v2
Open

Mapping messages errors from BFF#1258
borgesis95 wants to merge 1 commit intodevfrom
bff-mapped-errors-v2

Conversation

@borgesis95
Copy link
Contributor

No description provided.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
75.4% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@martinaCampoli martinaCampoli marked this pull request as ready for review May 19, 2025 13:33
export const getMappedError = (errorCode: string) => {
const { service, error } = splitServiceCodeAndMessageCode(errorCode)
console.log("service,error", service, typeof error)
console.log("err2", errorMessages[error])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log("err2", errorMessages[error])

@borgesis95 borgesis95 changed the base branch from dev to main December 18, 2025 16:03
@borgesis95 borgesis95 changed the base branch from main to dev December 18, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant