queueIgnoring

fun RestAction<*>.queueIgnoring(vararg errorResponses: ErrorResponse)(source)

Queues this REST action while ignoring the provided error responses.

Any other error will be handled using the default failure consumer.

See also