kotlin-result
1.1.14
kotlin-result
/
com.github.michaelbull.result
/
Err
Err
class
Err
<
out
E
>
(
error
:
E
)
:
Result
<
Nothing
,
E
>
Content copied to clipboard
Represents a failed
Result
, containing an
error
.
Constructors
Functions
Properties
Constructors
Err
Link copied to clipboard
fun
<
out
E
>
Err
(
error
:
E
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
open
operator override
fun
component1
(
)
:
Nothing
?
Content copied to clipboard
component2
Link copied to clipboard
open
operator override
fun
component2
(
)
:
E
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
error
Link copied to clipboard
val
error
:
E
Content copied to clipboard