Skip to content

Instantly share code, notes, and snippets.

@wardsa013
wardsa013 / ErrorKeys.cs
Created January 14, 2017 23:58
Error Support for Hypermedia.JsonApi.WebApi
public static class ErrorKeys
{
public const string Status = "Status";
public const string Title = "Title";
public const string Detail = "Detail";
}