Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.result
/
ResultOf
/
Error
Error
data
class
Error
<
R
>
(
val
error
:
R
)
:
ResultOf
<
Nothing
,
R
>
Members
Constructors
Error
Link copied to clipboard
constructor
(
error
:
R
)
Properties
error
Link copied to clipboard
val
error
:
R
is
Error
Link copied to clipboard
val
isError
:
Boolean
is
Success
Link copied to clipboard
val
isSuccess
:
Boolean
Functions
error
Or
Null
Link copied to clipboard
fun
errorOrNull
(
)
:
ResultOf.Error
<
out
R
>
?
success
Or
Null
Link copied to clipboard
fun
successOrNull
(
)
:
ResultOf.Success
<
out
Nothing
>
?