You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function lambdaRespError receives a error as parameter and returns a status code along with a error message, but if the error given as parameter has a data key, this data key is ignored.
function path: lambda/lambdaResponses.ts
The text was updated successfully, but these errors were encountered:
Description
The function
lambdaRespError
receives a error as parameter and returns a status code along with a error message, but if the error given as parameter has a data key, this data key is ignored.function path: lambda/lambdaResponses.ts
The text was updated successfully, but these errors were encountered: