space_ex v0.8.0 SpaceEx.Stream.StaleDataError exception
Thrown by SpaceEx.Stream.receive_next/2 if the received data is too old.
This prevents code from falling behind if the stream rate is too high, relative to the handler’s execution speed.
Fields
:result— The receivedSpaceEx.Stream.Resultstructure.:age— the age at the time of theSpaceEx.Stream.receive_next/2call.:max_age— the:max_ageparameter toSpaceEx.Stream.receive_next/2.
Link to this section Summary
Functions
Callback implementation for Exception.exception/1
Callback implementation for Exception.message/1
Link to this section Functions
Link to this function
exception(msg)
Callback implementation for Exception.exception/1.
Link to this function
message(exception)
Callback implementation for Exception.message/1.