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 a5c3b7e commit 6c1f3ceCopy full SHA for 6c1f3ce
BunqSdk/Exception/ExceptionFactory.cs
@@ -18,6 +18,10 @@ public class ExceptionFactory
18
private const string GLUE_ERROR_MESSAGES = "\n";
19
20
21
+
22
+ /// <param name="responseCode"></param>
23
+ /// <param name="messages"></param>
24
+ /// <returns>The exception that belongs to this status code.</returns>
25
public static ApiException CreateExceptionForResponse(int responseCode, IList<string> messages)
26
{
27
var errorMessage = ConcatenateMessages(messages);
0 commit comments