Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cmonacaps/8b675c978b68baf25c4aaeb3b2325927 to your computer and use it in GitHub Desktop.
Save cmonacaps/8b675c978b68baf25c4aaeb3b2325927 to your computer and use it in GitHub Desktop.
{
"type": "Error",
"exception": {
"message": "Failed step: UpdateDeliveryWindow",
"stackTrace": [
{
"className": "orchestrator.Orchestrator",
"fileName": "Orchestrator.kt",
"lineNumber": 402,
"methodName": "pipeline",
"moduleName": null
},
{
"className": "orchestrator.Orchestrator$pipeline$1",
"fileName": "Orchestrator.kt",
"lineNumber": -1,
"methodName": "invokeSuspend",
"moduleName": null
},
{
"className": "kotlin.coroutines.jvm.internal.BaseContinuationImpl",
"fileName": "ContinuationImpl.kt",
"lineNumber": 33,
"methodName": "resumeWith",
"moduleName": null
},
{
"className": "kotlinx.coroutines.DispatchedTask",
"fileName": "DispatchedTask.kt",
"lineNumber": 56,
"methodName": "run",
"moduleName": null
},
{
"className": "kotlinx.coroutines.EventLoopImplBase",
"fileName": "EventLoop.common.kt",
"lineNumber": 271,
"methodName": "processNextEvent",
"moduleName": null
},
{
"className": "kotlinx.coroutines.BlockingCoroutine",
"fileName": "Builders.kt",
"lineNumber": 79,
"methodName": "joinBlocking",
"moduleName": null
},
{
"className": "kotlinx.coroutines.BuildersKt__BuildersKt",
"fileName": "Builders.kt",
"lineNumber": 54,
"methodName": "runBlocking",
"moduleName": null
},
{
"className": "kotlinx.coroutines.BuildersKt",
"fileName": null,
"lineNumber": 1,
"methodName": "runBlocking",
"moduleName": null
},
{
"className": "kotlinx.coroutines.BuildersKt__BuildersKt",
"fileName": "Builders.kt",
"lineNumber": 36,
"methodName": "runBlocking$default",
"moduleName": null
},
{
"className": "kotlinx.coroutines.BuildersKt",
"fileName": null,
"lineNumber": 1,
"methodName": "runBlocking$default",
"moduleName": null
},
{
"className": "orchestrator.MainKt",
"fileName": "Main.kt",
"lineNumber": 16,
"methodName": "main",
"moduleName": null
}
],
"type": "FailedSideEffectsException",
"cause": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment