core
Toggle table of contents
1.2.0
android
common
ios
Platform filter
android
common
ios
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.polls
/
PollsError
Polls
Error
android
common
ios
actual
sealed
class
PollsError
:
RtkError
Inheritors
CreatePollNotAllowed
VotePollNotAllowed
InvalidPollId
QuestionIsEmpty
OptionIsEmpty
MinimumOptionRequired
expect
sealed
class
PollsError
:
RtkError
Inheritors
CreatePollNotAllowed
VotePollNotAllowed
InvalidPollId
QuestionIsEmpty
OptionIsEmpty
MinimumOptionRequired
actual
sealed
class
PollsError
:
RtkError
Inheritors
CreatePollNotAllowed
VotePollNotAllowed
InvalidPollId
QuestionIsEmpty
OptionIsEmpty
MinimumOptionRequired
Members
Types
Create
Poll
Not
Allowed
Link copied to clipboard
android
common
ios
actual
class
CreatePollNotAllowed
:
PollsError
expect
class
CreatePollNotAllowed
:
PollsError
actual
class
CreatePollNotAllowed
:
PollsError
Invalid
Poll
Id
Link copied to clipboard
android
common
ios
actual
class
InvalidPollId
:
PollsError
expect
class
InvalidPollId
:
PollsError
actual
class
InvalidPollId
:
PollsError
Minimum
Option
Required
Link copied to clipboard
android
common
ios
actual
class
MinimumOptionRequired
:
PollsError
expect
class
MinimumOptionRequired
:
PollsError
actual
class
MinimumOptionRequired
:
PollsError
Option
Is
Empty
Link copied to clipboard
android
common
ios
actual
class
OptionIsEmpty
:
PollsError
expect
class
OptionIsEmpty
:
PollsError
actual
class
OptionIsEmpty
:
PollsError
Question
Is
Empty
Link copied to clipboard
android
common
ios
actual
class
QuestionIsEmpty
:
PollsError
expect
class
QuestionIsEmpty
:
PollsError
actual
class
QuestionIsEmpty
:
PollsError
Vote
Poll
Not
Allowed
Link copied to clipboard
android
common
ios
actual
class
VotePollNotAllowed
:
PollsError
expect
class
VotePollNotAllowed
:
PollsError
actual
class
VotePollNotAllowed
:
PollsError
Properties
code
Link copied to clipboard
android
ios
open
override
val
code
:
Int
open
override
val
code
:
PollsErrorCode
message
Link copied to clipboard
android
ios
open
override
val
message
:
String
open
override
val
message
:
String
Functions
to
String
Link copied to clipboard
android
ios
open
override
fun
toString
(
)
:
String
open
override
fun
toString
(
)
:
String