UnsupportedGroupError

data class UnsupportedGroupError(message: String?) : TypedExceptionV1

returned in response to use v1 groups, which are no longer supported

Constructors

Link copied to clipboard
fun UnsupportedGroupError(message: String? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String? = null