diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.exceptions
/
DiscordBadPermissionsException
Discord
Bad
Permissions
Exception
class
DiscordBadPermissionsException
(
message
:
String
?
=
null
)
:
DiscordHttpException
(
source
)
Thrown when the user does not have permissions for the attempted call.
Members
Constructors
Discord
Bad
Permissions
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?