CollectionGroupErrorDetail

Error details for a collection group operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code for the request. For example, NOT_FOUND.

Link copied to clipboard

A description of the error. For example, The specified Collection Group is not found.

Link copied to clipboard
val id: String?

If the request contains collection group IDs, the response includes the IDs provided in the request.

Link copied to clipboard
val name: String?

If the request contains collection group names, the response includes the names provided in the request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String