Class TransactionWriteFailedError

AggregateError thrown if a transaction fails. Check errors for reasons

Hierarchy

  • AggregateError
    • TransactionWriteFailedError

Constructors

Properties

Constructors

  • Parameters

    • errors: Iterable<any>
    • Optional message: string

    Returns TransactionWriteFailedError

  • Parameters

    • errors: Iterable<any>
    • Optional message: string
    • Optional options: ErrorOptions

    Returns TransactionWriteFailedError

Properties

code: "TransactionWriteFailedError" = "TransactionWriteFailedError"

Generated using TypeDoc