public final class MissingRoleOnChannelError extends SphereError
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Channel> |
getChannel() |
ChannelRole |
getMissingRole() |
static MissingRoleOnChannelError |
of(String message,
ResourceIdentifier<Channel> channel,
ChannelRole missingRole) |
as, getCode, getMessage, of
public static final String CODE
public static MissingRoleOnChannelError of(String message, @Nullable ResourceIdentifier<Channel> channel, ChannelRole missingRole)
@Nullable public ResourceIdentifier<Channel> getChannel()
public ChannelRole getMissingRole()