ignore
Dismisses the encapsulated exception if it corresponds to an predicate.
Allows for orThrow to be used on failures without throwing, but does not allow using functions returning values.
Returns a new RestResult
if the exception matches.
See also
Dismisses the encapsulated error response if it corresponds to an ignored response.
Allows for orThrow to be used on failures without throwing, but does not allow using functions returning values.
Returns a new RestResult
if the exception matches.
See also
Dismisses the encapsulated exception if it corresponds to an ignored exception.
Allows for orThrow to be used on failures without throwing, but does not allow using functions returning values.
Returns a new RestResult
if the exception matches.