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 libraries in SLP SDK are riddled with the pattern of return error instead of throw error. Returning an error will not trigger an error handler. Here is an example
The scope of this Issue is to refactor all the libraries in SLP SDK and replace instances of return error with throw error.
The text was updated successfully, but these errors were encountered:
The libraries in SLP SDK are riddled with the pattern of
return error
instead ofthrow error
. Returning an error will not trigger an error handler. Here is an exampleThe scope of this Issue is to refactor all the libraries in SLP SDK and replace instances of
return error
withthrow error
.The text was updated successfully, but these errors were encountered: