toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
friendships-service
/
piperkt.services.friendships.interfaces.web.api.errors
/
FriendshipRequestAlreadyExists
/
handle
handle
@
Error
(
global
=
true
,
exception
=
FriendshipServiceException.FriendshipRequestAlreadyExistsException::class
)
@
Status
(
value
=
HttpStatus.CONFLICT
)
open
override
fun
handle
(
request
:
HttpRequest
<
*
>
?
,
exception
:
FriendshipServiceException.FriendshipRequestAlreadyExistsException
?
)
:
ErrorResponse