mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Updated exceptron driver to 0.1.0.34
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Exceptron.Driver
|
||||
{
|
||||
public class ValidationError
|
||||
{
|
||||
public string ErrorCode { get; set; }
|
||||
|
||||
public string FieldName { get; set; }
|
||||
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user