Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose errors after calls to delete action #545

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

cgunther
Copy link
Contributor

@cgunther cgunther commented Jun 6, 2022

If the delete action returned false due to a NetSuite error, there
wasn't a way to access those errors. Now you can call errors on the
instance you tried deleting to access them, just like when adding,
updating, etc. instances.

If the `delete` action returned false due to a NetSuite error, there
wasn't a way to access those errors. Now you can call `errors` on the
instance you tried deleting to access them, just like when adding,
updating, etc. instances.
@iloveitaly iloveitaly merged commit 7767aa6 into NetSweet:master Jun 7, 2022
@cgunther cgunther deleted the delete-errors branch June 7, 2022 19:59
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.

2 participants