Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_models
/
io.writeopia.sdk.models.utils
/
ResultData
/
Error
Error
data
class
Error
<
T
>
(
val
exception
:
Exception
?
=
null
)
:
ResultData
<
T
>
Members
Members & Extensions
Constructors
Error
Link copied to clipboard
constructor
(
exception
:
Exception
?
=
null
)
Properties
exception
Link copied to clipboard
val
exception
:
Exception
?
=
null
Functions
map
Link copied to clipboard
fun
<
T
,
R
>
ResultData
<
T
>
.
map
(
fn
:
(
T
)
->
R
)
:
ResultData
<
R
>
to
Boolean
Link copied to clipboard
fun
ResultData
<
Boolean
>
.
toBoolean
(
)
:
Boolean