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 7429ce0 commit 7cb55aeCopy full SHA for 7cb55ae
BunqSdk/Exception/ExceptionFactory.cs
@@ -18,12 +18,12 @@ public class ExceptionFactory
18
/// <summary>
19
/// String format constants.
20
/// </summary>
21
- private static string FORMAT_ERROR_MESSAGE = "Response id to help bunq debug: {0}. \n Error message: {1}";
+ private const string FORMAT_ERROR_MESSAGE = "Response id to help bunq debug: {0}. \n Error message: {1}";
22
23
/// <returns>The exception that belongs to this status code.</returns>
24
public static ApiException CreateExceptionForResponse(
25
int responseCode,
26
- IList<string> messages,
+ IEnumerable<string> messages,
27
string responseId
28
)
29
{
0 commit comments