Skip to content

Commit

Permalink
print error
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Jun 13, 2022
1 parent 78881fe commit aa58b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EverscaleClientSwift/Binding/BindingTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public struct TSDKBindingResponse<TSDKResult: Codable, TSDKError: Codable> {
result = rawResponse.toModel(TSDKResult.self)
default:
dappError = rawResponse.toModel(TSDKError.self)
Log.warn(error ?? "responseType NOT FOUND and dappError not parsed")
Log.warn(error ?? "responseType NOT FOUND and dappError not parsed. Raw Response\n\(rawResponse)")
}
}
}

0 comments on commit aa58b3b

Please sign in to comment.