toggle menu
Spring Boot Kotlin API
3.5.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.error
/
Error
/
wrap
wrap
open
fun
wrap
(
errors
:
List
<
out
MessageSourceResolvable
>
)
:
List
<
Error
>
Wrap the given errors.
Return
a new Error list
Parameters
errors
the errors to wrap