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
In the processUserLogin function, consider defining a custom error class, such as CustomerIDNotFoundError, to provide more context for error handling when the customer ID is not found for a given persona ID. This will enhance error handling upstream by providing more specific context.\n\nPR URL: https://github.com/rustymotors/server/pull/2037\nComment URL: #2037 (comment)
The text was updated successfully, but these errors were encountered:
In the
processUserLogin
function, consider defining a custom error class, such asCustomerIDNotFoundError
, to provide more context for error handling when the customer ID is not found for a given persona ID. This will enhance error handling upstream by providing more specific context.\n\nPR URL: https://github.com/rustymotors/server/pull/2037\nComment URL: #2037 (comment)The text was updated successfully, but these errors were encountered: