We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"delete container: delete: status: code = 1024 message = chain/client: contract execution finished with state FAULT; exception: at instruction 618 (THROW): unhandled exception: "name has expired""
Successfully executed container deletion.
Who cares about name expirations if we're deleting it? Handle this exception and let the deletion proceed.
Create named container, wait for its NNS record expiration, try to delete.
The text was updated successfully, but these errors were encountered:
40e5a86
container: ignore some NNS errors on deletion, fix #382 (#403)
ebde4b6
No branches or pull requests
Current Behavior
"delete container: delete: status: code = 1024 message = chain/client: contract execution finished with state FAULT; exception: at instruction 618 (THROW): unhandled exception: "name has expired""
Expected Behavior
Successfully executed container deletion.
Possible Solution
Who cares about name expirations if we're deleting it? Handle this exception and let the deletion proceed.
Steps to Reproduce
Create named container, wait for its NNS record expiration, try to delete.
The text was updated successfully, but these errors were encountered: