Commit 42340cf9 authored by Dominik Charousset's avatar Dominik Charousset

Add new error code for async resources

parent 1646533f
...@@ -171,6 +171,8 @@ enum class sec : uint8_t { ...@@ -171,6 +171,8 @@ enum class sec : uint8_t {
/// Signals to a component that is has been discarded by its parent or the /// Signals to a component that is has been discarded by its parent or the
/// consumer/producer that was attached to the component. /// consumer/producer that was attached to the component.
discarded = 70, discarded = 70,
/// Failed to open a resource.
cannot_open_resource,
}; };
// --(rst-sec-end)-- // --(rst-sec-end)--
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment