Exception: ZeroRuby::TransactionError

Inherits:
Error
  • Object
show all
Defined in:
lib/zero_ruby/errors.rb

Overview

Raised for database transaction errors. Triggers top-level PushFailed with reason: “database” Wraps unexpected errors during transaction execution (matching TS behavior).

Instance Attribute Summary

Attributes inherited from Error

#details

Method Summary

Methods inherited from Error

#error_type, #initialize

Constructor Details

This class inherits a constructor from ZeroRuby::Error