pub fn verify_filter_criteria(
source_filter: &UUri,
sink_filter: Option<&UUri>,
) -> Result<(), UStatus>Expand description
Verifies that given UUris can be used as source and sink filter UUris for registering listeners.
This function is helpful for implementing UTransport in accordance with the
uProtocol Transport Layer specification.
ยงErrors
Returns a UStatus with a UCode::INVALID_ARGUMENT and a corresponding detail
message, if any of the given UUris cannot be used as filter criteria.