GroupPatchNotAcceptedError

data class GroupPatchNotAcceptedError(message: String?) : TypedExceptionV1

Indicates the server rejected our group update. This can be due to errors such as trying to add a user that's already in the group.

Constructors

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

Properties

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