Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-webflux
/
me.ahoo.wow.webflux.exception
/
BatchTaskException
Batch
Task
Exception
class
BatchTaskException
(
val
aggregateId
:
AggregateId
,
cause
:
Throwable
?
=
null
)
:
WowException
Members
Members & Extensions
Constructors
Batch
Task
Exception
Link copied to clipboard
constructor
(
aggregateId
:
AggregateId
,
cause
:
Throwable
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
aggregate
Id
Link copied to clipboard
val
aggregateId
:
AggregateId
binding
Errors
Link copied to clipboard
open
override
val
bindingErrors
:
List
<
BindingError
>
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Code
Link copied to clipboard
override
val
errorCode
:
String
error
Msg
Link copied to clipboard
open
override
val
errorMsg
:
String
message
Link copied to clipboard
open
override
val
message
:
String
succeeded
Link copied to clipboard
open
val
succeeded
:
Boolean
Functions
to
Http
Status
Link copied to clipboard
fun
ErrorInfo
.
toHttpStatus
(
default
:
HttpStatus
=
HttpStatus.BAD_REQUEST
)
:
HttpStatus
to
Response
Entity
Link copied to clipboard
fun
Throwable
.
toResponseEntity
(
)
:
ResponseEntity
<
ErrorInfo
>
to
Server
Response
Link copied to clipboard
fun
ErrorInfo
.
toServerResponse
(
)
:
Mono
<
ServerResponse
>