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

Commits on Jun 6, 2022

  1. Expose errors after calls to delete action

    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.
    cgunther committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    707b75a View commit details
    Browse the repository at this point in the history