Gleanex.Client.EditCollectionResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a EditCollectionResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.EditCollectionResponse{
  collection: Gleanex.Client.Collection.t() | nil,
  error: Gleanex.Client.CollectionError.t() | nil,
  errorCode: String.t() | nil
}