Asserts that an Upward is known, otherwise throws the provided error.
Useful when Unknown values should be treated as hard failures.
Unknown
True as a type predicate when value is known.
The type representing the known variants
The possibly Unknown value returned from gRPC.
Error to throw if value is unknown.
Generated using TypeDoc
Asserts that an Upward is known, otherwise throws the provided error.
Useful when
Unknown
values should be treated as hard failures.Returns
True as a type predicate when value is known.