Package-level declarations

Types

Link copied to clipboard
class BatchTaskException(val aggregateId: AggregateId, cause: Throwable? = null) : WowException
Link copied to clipboard
Link copied to clipboard
object GlobalExceptionHandler : WebExceptionHandler, Ordered
Link copied to clipboard

Functions

Link copied to clipboard
fun <T> Mono<T>.onErrorMapBatchTaskException(aggregateId: AggregateId): Mono<T>
Link copied to clipboard
fun BindingResult.toBindingErrorInfo(): ErrorInfo
fun HandlerMethodValidationException.toBindingErrorInfo(): ErrorInfo
Link copied to clipboard
fun Throwable.toResponseEntity(): ResponseEntity<ErrorInfo>
Link copied to clipboard
fun ErrorInfo.toServerResponse(): Mono<ServerResponse>
fun Mono<*>.toServerResponse(request: ServerRequest, exceptionHandler: RequestExceptionHandler = DefaultRequestExceptionHandler): Mono<ServerResponse>