1
0
Fork 0

transport/datagrams/failure: explain meaning

main
Felix Stupp 2 years ago
parent 6e642085ba
commit 0bb66bbe15
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -90,6 +90,13 @@ class FailureDatagram(GeneralTransportDatagram):
@serializable @serializable
class FailureMetadata(GeneralTransportMetadata): class FailureMetadata(GeneralTransportMetadata):
"""
Issues that a specific service has failed.
This does not mean that the whole stack might be failed as each service may run on its own.
But most certainly, if the controller does issue an failure, it likely is the whole stack.
"""
epoch: EpochId epoch: EpochId
reason: HumanFriendlyDesc reason: HumanFriendlyDesc

Loading…
Cancel
Save