Updated on 2026-08-14
This commit is contained in:
parent
3b269e6f6a
commit
c40326c1c9
12 changed files with 128 additions and 58 deletions
|
|
@ -335,7 +335,7 @@ internal class DefaultMarketsTokenRepository(
|
|||
): T {
|
||||
return when (error) {
|
||||
is ApiResponseError.HttpException -> {
|
||||
createEvent(MarketsDataAnalyticsEvent.Type.Http, error.code.code, error.message.orEmpty())
|
||||
createEvent(MarketsDataAnalyticsEvent.Type.Http, error.code.numericCode, error.message.orEmpty())
|
||||
}
|
||||
is ApiResponseError.TimeoutException -> {
|
||||
createEvent(MarketsDataAnalyticsEvent.Type.Timeout, null, error.message.orEmpty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue