BetterModel
Toggle table of contents
1.14.1-SNAPSHOT-417
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.util
/
HttpUtil
/
Result
/
Failure
Failure
class
Failure
<
T
>
:
Record
,
HttpUtil.Result
<
T
>
Failure
Parameters
exception
exception
<T>
type
Members
Constructors
Failure
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
or
Else
Link copied to clipboard
@
NotNull
open
fun
orElse
(
@
NotNull
function
:
@
NotNull
(
Exception
)
->
T
)
:
@
NotNull
T
Gets the value or handle exception
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String