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
Is your feature request related to a problem? Please describe.
Currently, we don't have any validation to ensure users are invoking functions with the right parameters. The only validation we get is from the API. Ideally, we should identify errors and fail fast before they reach the API
Describe the solution you'd like
We need to add assertions on functions and constructors to ensure that the correct information is being given.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, we don't have any validation to ensure users are invoking functions with the right parameters. The only validation we get is from the API. Ideally, we should identify errors and fail fast before they reach the API
Describe the solution you'd like
We need to add assertions on functions and constructors to ensure that the correct information is being given.
The text was updated successfully, but these errors were encountered: