Whether the error establishes that this COMMIT was rejected by the server.
@override bool get commitRejected => code?.startsWith('23') == true || retryTransaction;