Skip to content

Commit 16d0c5f

Browse files
committed
fix: merge errors with Reactor.Error
fixes #2506
1 parent 045060d commit 16d0c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ash/error/error.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ defmodule Ash.Error do
1313
framework: Ash.Error.Framework,
1414
unknown: Ash.Error.Unknown
1515
],
16+
merge_with: [Reactor.Error],
1617
unknown_error: Ash.Error.Unknown.UnknownError
1718

1819
@type error_keyword_option ::

0 commit comments

Comments
 (0)