We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source
1 parent 7aba8ef commit 7a93550Copy full SHA for 7a93550
Sources/JSONAPIMapper/Models/JSONAPIError.swift
@@ -29,7 +29,7 @@ public struct JSONAPIError: Error, Decodable, Equatable {
29
id: String? = nil,
30
title: String? = nil,
31
detail: String? = nil,
32
- source: Source,
+ source: Source? = nil,
33
status: String? = nil,
34
code: String? = nil
35
) {
0 commit comments