kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
ProofRequiredError
Proof
Required
Error
common
data
class
ProofRequiredError
(
token
:
String
?
,
options
:
List
<
String
>
,
message
:
String
?
,
retryAfter
:
Long
?
)
:
TypedExceptionV1
Content copied to clipboard
Properties
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
override
val
message
:
String
?
=
null
Content copied to clipboard
options
Link copied to clipboard
common
val
options
:
List
<
String
>
Content copied to clipboard
possible list values are RECAPTCHA and PUSH_CHALLENGE
retryAfter
Link copied to clipboard
common
val
retryAfter
:
Long
?
=
null
Content copied to clipboard
value in seconds
token
Link copied to clipboard
common
val
token
:
String
?
=
null
Content copied to clipboard