-
Notifications
You must be signed in to change notification settings - Fork 167
Add some more error types to the error handling doc #740
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
Add some more error types to the error handling doc #740
Conversation
…n errors Added comprehensive documentation for commonly encountered errors: Transaction Lifecycle Errors: - MissingMutationFunctionError - TransactionNotPendingMutateError - TransactionNotPendingCommitError - TransactionAlreadyCompletedRollbackError Sync Transaction Errors: - NoPendingSyncTransactionWriteError - SyncTransactionAlreadyCommittedWriteError - NoPendingSyncTransactionCommitError - SyncTransactionAlreadyCommittedError CRUD Operation Errors: - UndefinedKeyError - UpdateKeyNotFoundError - KeyUpdateNotAllowedError - DeleteKeyNotFoundError Storage Errors: - SerializationError All new error types include practical examples showing how to catch and handle them, plus guidance on recovery patterns.
|
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 77.6 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 2.89 kB ℹ️ View Unchanged
|
samwillis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
Mostly around transactions/operations