mirror of
https://github.com/Readarr/Readarr
synced 2026-04-18 02:40:56 +02:00
11 lines
No EOL
213 B
C#
11 lines
No EOL
213 B
C#
namespace Exceptron.Driver
|
|
{
|
|
public class ValidationError
|
|
{
|
|
public string ErrorCode { get; set; }
|
|
|
|
public string FieldName { get; set; }
|
|
|
|
public string Message { get; set; }
|
|
}
|
|
} |