mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-15 20:12:29 +01: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; }
|
|
}
|
|
} |