Skip to content

Instantly share code, notes, and snippets.

@helium-service
Created May 13, 2024 19:49
Show Gist options
  • Save helium-service/73e55c022a476df4a430ae7dd18946d5 to your computer and use it in GitHub Desktop.
Save helium-service/73e55c022a476df4a430ae7dd18946d5 to your computer and use it in GitHub Desktop.
Detekt Report for PR #1772 Timestamp 1715629727

detekt

Metrics

  • 0 number of properties

  • 1 number of functions

  • 104 number of classes

  • 1 number of packages

  • 1 number of kt files

Complexity Report

  • 654 lines of code (loc)

  • 630 source lines of code (sloc)

  • 627 logical lines of code (lloc)

  • 15 comment lines of code (cloc)

  • 1 cyclomatic complexity (mcc)

  • 0 cognitive complexity

  • 48 number of total code smells

  • 2% comment source ratio

  • 1 mcc per 1,000 lloc

  • 76 code smells per 1,000 lloc

Findings (48)

style, MaxLineLength (48)

Line detected, which is longer than the defined maximum line length in the code style.

Documentation

  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:48:1
Line detected, which is longer than the defined maximum line length in the code style.
45         "CM_104",
46         "Initialization has failed.",
47         "Chartboost Mediation received an invalid app config payload from the ad server.",
48         "If this problem persists, reach out to the Chartboost Mediation team for further assistance. If possible, always forward us a copy of Chartboost Mediation network traffic.",
!! ^ error
49     ),
50     CM_INITIALIZATION_FAILURE_INVALID_CREDENTIALS(
51         "CM_105",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:66:1
Line detected, which is longer than the defined maximum line length in the code style.
63         "CM_107",
64         "Initialization has failed.",
65         "The partner adapter and/or SDK might not have been properly integrated.",
66         "Check your adapter/SDK integration. If this error persists, contact Chartboost Mediation Support and provide a minimal reproducible build.",
!! ^ error
67     ),
68     CM_INITIALIZATION_FAILURE_TIMEOUT(
69         "CM_108",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:72:1
Line detected, which is longer than the defined maximum line length in the code style.
69         "CM_108",
70         "Initialization has failed.",
71         "The initialization operation has taken too long to complete.",
72         "This should not be a critical error. Typically the partner can continue to finish initialization in the background. If this error persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!! ^ error
73     ),
74     CM_INITIALIZATION_SKIPPED(
75         "CM_109",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:84:1
Line detected, which is longer than the defined maximum line length in the code style.
81         "CM_110",
82         "Initialization has failed.",
83         "An exception was thrown during initialization.",
84         "Check your console logs for more details. If this error persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!! ^ error
85     ),
86     CM_INITIALIZATION_FAILURE_ACTIVITY_NOT_FOUND(
87         "CM_111",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:96:1
Line detected, which is longer than the defined maximum line length in the code style.
93          "CM_112",
94          "Initialization has failed.",
95          "Init request failed due to a networking error.",
96          "Typically this error should resolve itself. If the error persists, contact Chartboost Mediation support and share a copy of your network traffic logs.",
!!  ^ error
97      ),
98      CM_INITIALIZATION_FAILURE_OS_VERSION_NOT_SUPPORTED(
99          "CM_113",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:108:1
Line detected, which is longer than the defined maximum line length in the code style.
105         "CM_114",
106         "Initialization has failed.",
107         "The initialization request failed due to a server error.",
108         "If this problem persists, reach out to Chartboost Mediation Support and/or the mediation partner team for further assistance. If possible, always share a copy of your network traffic logs.",
!!! ^ error
109     ),
110     CM_INITIALIZATION_FAILURE_INTERNAL_ERROR(
111         "CM_115",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:145:1
Line detected, which is longer than the defined maximum line length in the code style.
142     CM_PREBID_FAILURE_NOT_INITIALIZED(
143         "CM_203",
144         "Partner token fetch has failed.",
145         "The partner was not able to call its bidding APIs because it was not initialized, either because you have explicitly skipped its initialization or there were issues initializing it.",
!!! ^ error
146         "If this network supports bidding and you have explicitly skipped its initialization, allow it to initialize. Otherwise, try to re-initialize it.",
147     ),
148     CM_PREBID_FAILURE_PARTNER_NOT_INTEGRATED(
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:146:1
Line detected, which is longer than the defined maximum line length in the code style.
143         "CM_203",
144         "Partner token fetch has failed.",
145         "The partner was not able to call its bidding APIs because it was not initialized, either because you have explicitly skipped its initialization or there were issues initializing it.",
146         "If this network supports bidding and you have explicitly skipped its initialization, allow it to initialize. Otherwise, try to re-initialize it.",
!!! ^ error
147     ),
148     CM_PREBID_FAILURE_PARTNER_NOT_INTEGRATED(
149         "CM_204",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:152:1
Line detected, which is longer than the defined maximum line length in the code style.
149         "CM_204",
150         "Partner token fetch has failed.",
151         "The partner adapter and/or SDK might not have been properly integrated.",
152         "Check your adapter/SDK integration. If this error persists, contact Chartboost Mediation Support and provide a minimal reproducible build.",
!!! ^ error
153     ),
154     CM_PREBID_FAILURE_TIMEOUT(
155         "CM_205",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:158:1
Line detected, which is longer than the defined maximum line length in the code style.
155         "CM_205",
156         "Partner token fetch has failed.",
157         "The token fetch operation has taken too long to complete.",
158         "Try again. Typically, this issue should resolve itself. If the issue persists, contact the mediation partner and provide a copy of your console logs.",
!!! ^ error
159     ),
160     CM_PREBID_FAILURE_EXCEPTION(
161         "CM_206",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:164:1
Line detected, which is longer than the defined maximum line length in the code style.
161         "CM_206",
162         "Partner token fetch has failed.",
163         "An exception was thrown during token fetch.",
164         "Check your console logs for more details. If this error persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
165     ),
166     CM_PREBID_FAILURE_OS_VERSION_NOT_SUPPORTED(
167         "CM_207",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:176:1
Line detected, which is longer than the defined maximum line length in the code style.
173         "CM_208",
174         "Partner token fetch has failed.",
175         "Prebid request failed due to a networking error.",
176         "Typically this error should resolve by itself. If the error persists, contact Chartboost Mediation Support and/or the mediation partner team and share a copy of your network traffic logs.",
!!! ^ error
177     ),
178     CM_PREBID_FAILURE_UNSUPPORTED_AD_FORMAT(
179         "CM_209",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:182:1
Line detected, which is longer than the defined maximum line length in the code style.
179         "CM_209",
180         "Partner token fetch has failed.",
181         "The partner does not support that ad format.",
182         "Try again with a different ad format. If the ad format you are requesting for is supported by the partner, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
183     ),
184 
185     // Start of 3XX error codes
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:214:1
Line detected, which is longer than the defined maximum line length in the code style.
211         "CM_304",
212         "Ad load has failed.",
213         "The auction for this ad request did not succeed.",
214         "Try again. Typically, this issue should resolve itself. If the issue persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
215     ),
216     CM_LOAD_FAILURE_AUCTION_TIMEOUT(
217         "CM_305",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:220:1
Line detected, which is longer than the defined maximum line length in the code style.
217         "CM_305",
218         "Ad load has failed.",
219         "The auction for this ad request has taken too long to complete.",
220         "Try again. Typically, this issue should resolve itself. If the issue persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
221     ),
222     CM_LOAD_FAILURE_INVALID_AD_MARKUP(
223         "CM_306",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:226:1
Line detected, which is longer than the defined maximum line length in the code style.
223         "CM_306",
224         "Ad load has failed.",
225         "The ad markup String is invalid.",
226         "Contact Chartboost Mediation Support and/or the mediation partner and provide a copy of your network traffic logs.",
!!! ^ error
227     ),
228     CM_LOAD_FAILURE_INVALID_AD_REQUEST(
229         "CM_307",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:232:1
Line detected, which is longer than the defined maximum line length in the code style.
229         "CM_307",
230         "Ad load has failed.",
231         "The ad request is malformed.",
232         "Contact Chartboost Mediation Support and/or the mediation partner and provide a copy of your network traffic logs.",
!!! ^ error
233     ),
234     CM_LOAD_FAILURE_INVALID_BID_RESPONSE(
235         "CM_308",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:238:1
Line detected, which is longer than the defined maximum line length in the code style.
235         "CM_308",
236         "Ad load has failed.",
237         "The auction for this ad request succeeded but the bid response is corrupt.",
238         "Try again. Typically, this issue should resolve itself. If the issue persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
239     ),
240     CM_LOAD_FAILURE_INVALID_CHARTBOOST_MEDIATION_PLACEMENT(
241         "CM_309",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:273:1
Line detected, which is longer than the defined maximum line length in the code style.
270     CM_LOAD_FAILURE_PARTNER_NOT_INITIALIZED(
271         "CM_314",
272         "Ad load has failed.",
273         "The partner was not able to call its load APIs because it was not initialized, either because you have explicitly skipped its initialization or there were issues initializing it.",
!!! ^ error
274         "If you would like to load and show ads from this partner, allow it to initialize or try to re-initialize it.",
275     ),
276     CM_LOAD_FAILURE_OUT_OF_STORAGE(
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:279:1
Line detected, which is longer than the defined maximum line length in the code style.
276     CM_LOAD_FAILURE_OUT_OF_STORAGE(
277         "CM_315",
278         "Ad load has failed.",
279         "The ad request might have succeeded but there was not enough storage to store the ad. Therefore this is treated as a failure.",
!!! ^ error
280         "N/A.",
281     ),
282     CM_LOAD_FAILURE_PARTNER_NOT_INTEGRATED(
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:286:1
Line detected, which is longer than the defined maximum line length in the code style.
283         "CM_316",
284         "Ad load has failed.",
285         "The partner adapter and/or SDK might not have been properly integrated.",
286         "Check your adapter/SDK integration. If this error persists, contact Chartboost Mediation Support and provide a minimal reproducible build.",
!!! ^ error
287     ),
288     CM_LOAD_FAILURE_RATE_LIMITED(
289         "CM_317",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:292:1
Line detected, which is longer than the defined maximum line length in the code style.
289         "CM_317",
290         "Ad load has failed.",
291         "Too many ad requests have been made over a short amount of time.",
292         "Avoid continually making ad requests in a short amount of time. You may implement an exponential backoff strategy to help mitigate this issue.",
!!! ^ error
293     ),
294     CM_LOAD_FAILURE_SHOW_IN_PROGRESS(
295         "CM_318",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:304:1
Line detected, which is longer than the defined maximum line length in the code style.
301         "CM_319",
302         "Ad load has failed.",
303         "The ad request operation has taken too long to complete.",
304         "If this issue persists, contact Chartboost Mediation Support and/or the mediation partner and provide a copy of your console logs.",
!!! ^ error
305     ),
306     CM_LOAD_FAILURE_UNSUPPORTED_AD_FORMAT(
307         "CM_320",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:310:1
Line detected, which is longer than the defined maximum line length in the code style.
307         "CM_320",
308         "Ad load has failed.",
309         "The partner does not support that ad format.",
310         "Try again with a different ad format. If the ad format you are requesting for is supported by the partner, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
311     ),
312     CM_LOAD_FAILURE_PRIVACY_OPT_IN(
313         "CM_321",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:328:1
Line detected, which is longer than the defined maximum line length in the code style.
325         "CM_323",
326         "Ad load has failed.",
327         "The partner SDK instance is null.",
328         "Check your adapter/SDK integration. If this error persists, contact Chartboost Mediation Support and provide a minimal reproducible build.",
!!! ^ error
329     ),
330     CM_LOAD_FAILURE_MISMATCHED_AD_PARAMS(
331         "CM_324",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:334:1
Line detected, which is longer than the defined maximum line length in the code style.
331         "CM_324",
332         "Ad load has failed.",
333         "The partner returned an ad with different ad parameters than the one requested.",
334         "This is typically caused by a partner SDK bug. Contact the mediation partner and provide a copy of your console logs.",
!!! ^ error
335     ),
336     CM_LOAD_FAILURE_INVALID_BANNER_SIZE(
337         "CM_325",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:346:1
Line detected, which is longer than the defined maximum line length in the code style.
343         "CM_326",
344         "Ad load has failed.",
345         "An exception was thrown during ad load.",
346         "Check your console logs for more details. If this error persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
347     ),
348     CM_LOAD_FAILURE_LOAD_IN_PROGRESS(
349         "CM_327",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:364:1
Line detected, which is longer than the defined maximum line length in the code style.
361         "CM_329",
362         "Ad load has failed.",
363         "The partner returns an ad with no banner view to show.",
364         "This is typically caused by a partner adapter bug. Contact the mediation partner and provide a copy of your console logs.",
!!! ^ error
365     ),
366     CM_LOAD_FAILURE_NETWORKING_ERROR(
367         "CM_330",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:370:1
Line detected, which is longer than the defined maximum line length in the code style.
367         "CM_330",
368         "Ad load has failed.",
369         "Ad request failed due to a networking error.",
370         "Typically this error should resolve itself. If the error persists, contact Chartboost Mediation support and share a copy of your network traffic logs.",
!!! ^ error
371     ),
372     CM_LOAD_FAILURE_CHARTBOOST_MEDIATION_NOT_INITIALIZED(
373         "CM_331",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:388:1
Line detected, which is longer than the defined maximum line length in the code style.
385         "CM_333",
386         "Ad load has failed.",
387         "The load request failed due to a server error.",
388         "If this problem persists, reach out to Chartboost Mediation Support and/or the mediation partner team for further assistance. If possible, always share a copy of your network traffic logs.",
!!! ^ error
389     ),
390     CM_LOAD_FAILURE_INVALID_CREDENTIALS(
391         "CM_334",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:462:1
Line detected, which is longer than the defined maximum line length in the code style.
459         "CM_409",
460         "Ad show has failed.",
461         "The media associated with this ad is corrupt and cannot be rendered.",
462         "Try loading another ad. If this problem persists, contact the mediation partner and provide a copy of your console and network traffic logs.",
!!! ^ error
463     ),
464     CM_SHOW_FAILURE_NO_CONNECTIVITY(
465         "CM_410",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:479:1
Line detected, which is longer than the defined maximum line length in the code style.
476     CM_SHOW_FAILURE_NOT_INITIALIZED(
477         "CM_412",
478         "Ad show has failed.",
479         "The partner was not able to call its show APIs because it was not initialized, either because you have explicitly skipped its initialization or there were issues initializing it.",
!!! ^ error
480         "If you would like to load and show ads from this partner, allow it to initialize or try to re-initialize it.",
481     ),
482     CM_SHOW_FAILURE_PARTNER_NOT_INTEGRATED(
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:486:1
Line detected, which is longer than the defined maximum line length in the code style.
483         "CM_413",
484         "Ad show has failed.",
485         "The partner adapter and/or SDK might not have been properly integrated.",
486         "Check your adapter/SDK integration. If this error persists, contact Chartboost Mediation Support and provide a minimal reproducible build.",
!!! ^ error
487     ),
488     CM_SHOW_FAILURE_SHOW_IN_PROGRESS(
489         "CM_414",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:492:1
Line detected, which is longer than the defined maximum line length in the code style.
489         "CM_414",
490         "Ad show has failed.",
491         "An ad is already showing.",
492         "You cannot show multiple fullscreen ads simultaneously. Wait until the current ad is done showing before showing another ad.",
!!! ^ error
493     ),
494     CM_SHOW_FAILURE_TIMEOUT(
495         "CM_415",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:498:1
Line detected, which is longer than the defined maximum line length in the code style.
495         "CM_415",
496         "Ad show has failed.",
497         "The show operation has taken too long to complete.",
498         "If this issue persists, contact Chartboost Mediation Support and/or the mediation partner and provide a copy of your console logs.",
!!! ^ error
499     ),
500     CM_SHOW_FAILURE_VIDEO_PLAYER_ERROR(
501         "CM_416",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:522:1
Line detected, which is longer than the defined maximum line length in the code style.
519         "CM_419",
520         "Ad show has failed.",
521         "A resource was found but it doesn't match the ad type to be shown.",
522         "This is an internal error. Typically, it should resolve itself. If this issue persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
523     ),
524     CM_SHOW_FAILURE_UNSUPPORTED_AD_FORMAT(
525         "CM_420",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:528:1
Line detected, which is longer than the defined maximum line length in the code style.
525         "CM_420",
526         "Ad show has failed.",
527         "The ad format is not supported by the partner SDK.",
528         "Try again with a different ad format. If the ad format you are requesting for is supported by the partner, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
529     ),
530     CM_SHOW_FAILURE_EXCEPTION(
531         "CM_421",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:534:1
Line detected, which is longer than the defined maximum line length in the code style.
531         "CM_421",
532         "Ad show has failed.",
533         "An exception was thrown during ad show.",
534         "Check your console logs for more details. If this error persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
535     ),
536     CM_SHOW_FAILURE_UNSUPPORTED_AD_SIZE(
537         "CM_422",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:571:1
Line detected, which is longer than the defined maximum line length in the code style.
568     CM_INVALIDATE_FAILURE_NOT_INITIALIZED(
569         "CM_503",
570         "Ad invalidation has failed.",
571         "The partner was not able to call its invalidate APIs because it was not initialized, either because you have explicitly skipped its initialization or there were issues initializing it.",
!!! ^ error
572         "If this network supports ad invalidation and you have explicitly skipped its initialization, allow it to initialize. Otherwise, try to re-initialize it.",
573     ),
574     CM_INVALIDATE_FAILURE_PARTNER_NOT_INTEGRATED(
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:572:1
Line detected, which is longer than the defined maximum line length in the code style.
569         "CM_503",
570         "Ad invalidation has failed.",
571         "The partner was not able to call its invalidate APIs because it was not initialized, either because you have explicitly skipped its initialization or there were issues initializing it.",
572         "If this network supports ad invalidation and you have explicitly skipped its initialization, allow it to initialize. Otherwise, try to re-initialize it.",
!!! ^ error
573     ),
574     CM_INVALIDATE_FAILURE_PARTNER_NOT_INTEGRATED(
575         "CM_504",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:578:1
Line detected, which is longer than the defined maximum line length in the code style.
575         "CM_504",
576         "Ad invalidation has failed.",
577         "The partner adapter and/or SDK might not have been properly integrated.",
578         "Check your adapter/SDK integration. If this error persists, contact Chartboost Mediation Support and provide a minimal reproducible build.",
!!! ^ error
579     ),
580     CM_INVALIDATE_FAILURE_TIMEOUT(
581         "CM_505",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:584:1
Line detected, which is longer than the defined maximum line length in the code style.
581         "CM_505",
582         "Ad invalidation has failed.",
583         "The invalidate operation has taken too long to complete.",
584         "If this issue persists, contact Chartboost Mediation Support and/or the mediation partner and provide a copy of your console logs.",
!!! ^ error
585     ),
586     CM_INVALIDATE_FAILURE_WRONG_RESOURCE_TYPE(
587         "CM_506",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:590:1
Line detected, which is longer than the defined maximum line length in the code style.
587         "CM_506",
588         "Ad invalidation has failed.",
589         "A resource was found but it doesn't match the ad type to be invalidated.",
590         "This is an internal error. Typically, it should resolve itself. If this issue persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
591     ),
592     CM_INVALIDATE_FAILURE_EXCEPTION(
593         "CM_507",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:596:1
Line detected, which is longer than the defined maximum line length in the code style.
593         "CM_507",
594         "Ad invalidation has failed.",
595         "An exception was thrown during ad invalidation.",
596         "Check your console logs for more details. If this error persists, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
597     ),
598     CM_INVALIDATE_UNSUPPORTED_AD_FORMAT(
599         "CM_508",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:602:1
Line detected, which is longer than the defined maximum line length in the code style.
599         "CM_508",
600         "Ad invalidation has failed.",
601         "The ad format is not supported by the partner SDK.",
602         "Try again with a different ad format. If the ad format you are requesting for is supported by the partner, contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
603     ),
604 
605     // Start of 6XX error codes
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:608:1
Line detected, which is longer than the defined maximum line length in the code style.
605     // Start of 6XX error codes
606     CM_UNKNOWN_ERROR(
607         "CM_600",
608         "An unknown error has occurred. It is unclear if it originates from Chartboost Mediation or mediation partner(s).",
!!! ^ error
609         "There is no known cause.",
610         "No information is available about this error.",
611     ),
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:616:1
Line detected, which is longer than the defined maximum line length in the code style.
613         "CM_601",
614         "The partner has returned an error.",
615         "Unknown.",
616         "The Chartboost Mediation SDK does not have insights into this type of error. Contact the mediation partner and provide details of your integration.",
!!! ^ error
617     ),
618     CM_INTERNAL_ERROR(
619         "CM_602",
  • /Users/cbx/actions-runner/_work/helium-android/helium-android/ChartboostMediation/src/main/java/com/chartboost/chartboostmediationsdk/domain/ChartboostMediationError.kt:640:1
Line detected, which is longer than the defined maximum line length in the code style.
637         "CM_605",
638         "Invalid/empty arguments were passed to the function call, which caused the function to terminate prematurely.",
639         "Unknown.",
640         "Depending on when this error occurs, it could be due to an issue in Chartboost Mediation or mediation partner(s) or your integration. Contact Chartboost Mediation Support and provide a copy of your console logs.",
!!! ^ error
641     ),
642     CM_PREINITIALIZATION_ACTION_FAILED(
643         "CM_606",

generated with detekt version 1.23.5 on 2024-05-13 19:49:38 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment