kotlin-result
1.1.14
kotlin-result
/
com.github.michaelbull.result
/
getError
get
Error
fun
<
V
,
E
>
Result
<
V
,
E
>
.
getError
(
)
:
E
?
Content copied to clipboard
Returns the
error
if this
Result
is
Err
, otherwise
null
.
Rust:
Result.err