See More

using JSONAPI.Documents; namespace JSONAPI.Json { ///

/// Service responsible for serializing IError instances /// public interface IErrorFormatter : IJsonApiFormatter { } }