ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.moderation
/
CancelScheduledActionsFailedCancellation
Cancel
Scheduled
Actions
Failed
Cancellation
@
Serializable
data
class
CancelScheduledActionsFailedCancellation
(
val
did
:
Did
,
val
error
:
String
,
val
errorCode
:
String
?
=
null
)
Members
Constructors
Cancel
Scheduled
Actions
Failed
Cancellation
Link copied to clipboard
constructor
(
did
:
Did
,
error
:
String
,
errorCode
:
String
?
=
null
)
Properties
did
Link copied to clipboard
val
did
:
Did
error
Link copied to clipboard
val
error
:
String
error
Code
Link copied to clipboard
val
errorCode
:
String
?