mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
Merge branch 'develop' of https://github.com/OpenBankProject/Social-Finance into develop
This commit is contained in:
commit
1cbc94deba
1
pom.xml
1
pom.xml
@ -274,6 +274,7 @@
|
||||
</executions>
|
||||
<configuration>
|
||||
<nosuffix>true</nosuffix>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
@ -405,7 +405,7 @@ object APIUtils extends Loggable {
|
||||
responseCode match {
|
||||
case 200 | 201 => tryo{parse(body)}
|
||||
case _ => {
|
||||
val failMsg = "Bad response code (" + responseCode + ") from server: " + body
|
||||
val failMsg = "Bad response code (" + responseCode + ") from OBP API server: " + body
|
||||
logger.warn(failMsg)
|
||||
Failure(failMsg)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user