Skip to content

Commit 3b72cb3

Browse files
create ICanError interface for methods
1 parent a47190e commit 3b72cb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace SER.MethodSystem.MethodDescriptors;
2+
3+
public interface ICanError
4+
{
5+
public string[] ErrorReasons { get; }
6+
}

0 commit comments

Comments
 (0)