Package-level declarations
Functions
Awaits the completion of this RestAction and wraps it in a Result.
Awaits the completion of this RestAction and returns null
.
Awaits the completion of this RestAction, returns null
if one of the provided error responses was thrown.
Awaits the completion of this RestAction.
Dismisses the encapsulated exception and runs the given block if it corresponds to an ignored exception type.
Dismisses the encapsulated exception and runs the given block if it corresponds to an ignored response.
Dismisses the encapsulated exception if it corresponds to the predicate.
Dismisses the encapsulated exception if it corresponds to an ignored exception.
Dismisses the encapsulated error response if it corresponds to an ignored response.
Runs the given block if the result is an error response.
Runs the given block if the result is the specified error response.
Runs the given block if the result is an ErrorResponseException.
Queues this REST action while ignoring the provided error responses.
Maps the encapsulated exception using the given block if it corresponds to an ignored exception type.
Maps the encapsulated exception using the given block if it corresponds to an ignored response.
Encapsulates the result of the specified function block and dismisses error responses that corresponds to an ignored response, making the Result a success.
Runs the specified function block and dismisses error responses that corresponds to an ignored response.
Runs the specified function block and returns null
on error responses that corresponds to an ignored response.