Error
Represents a failed result containing an AdaptyError.
Properties
Link copied to clipboard
Link copied to clipboard
Returns true if this is an AdaptyResult.Error result.
Link copied to clipboard
Returns true if this is a AdaptyResult.Success result.
Functions
Link copied to clipboard
Returns the AdaptyError if this is AdaptyResult.Error, or null if it is AdaptyResult.Success.
Link copied to clipboard
Transforms the AdaptyResult into a value of type R using onSuccess if successful or onError if it is an error.
Link copied to clipboard
Returns the value if this is AdaptyResult.Success, or null if it is AdaptyResult.Error.
Link copied to clipboard
Executes action if this is an AdaptyResult.Error result, then returns the receiver.
Link copied to clipboard
Executes action if this is a AdaptyResult.Success result, then returns the receiver.