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.
1 parent 97d5a8f commit e85ef2bCopy full SHA for e85ef2b
Sources/replicate-kit-swift/error/ResponseError.swift
@@ -70,7 +70,7 @@ internal let errorFn : Http.Validate.Status.ErrorFn = {
70
return error
71
}
72
73
- if let error = try? JSONDecoder().decode(ResponseError.self, from: data){ return error }
+ if let error = try? JSONDecoder().decode(ResponseError.self, from: data){ return ReplicateAPI.Errors.responseError(error) }
74
75
76
0 commit comments