toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.service
/
ServiceResult
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
fail
Link copied to clipboard
fun
<
T
:
Any
>
fail
(
error
:
ServiceError
)
:
ServiceResult
<
T
>
fun
<
T
:
Any
>
fail
(
errors
:
List
<
ServiceError
>
)
:
ServiceResult
<
T
>
pass
Link copied to clipboard
fun
<
T
:
Any
>
pass
(
service
:
T
)
:
ServiceResult
<
T
>