Result
A discriminated union that encapsulates a successful outcome with a value of type T or a failure with a PubNubException.
Types
Functions
Link copied to clipboard
Returns the encapsulated PubNubException exception if this instance represents failure or null if it is success.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the encapsulated value if this instance represents success or throws the encapsulated PubNubException if it is failure.
Link copied to clipboard
Link copied to clipboard