mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
#if !NETFX_CORE
|
||||
[Serializable]
|
||||
#endif
|
||||
public class ApiErrorDetail
|
||||
{
|
||||
public string Message { get; set; }
|
||||
|
||||
public string Code { get; set; }
|
||||
|
||||
public string Field { get; set; }
|
||||
|
||||
public string Resource { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user