For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataObjectConnectionResult

No description

union DataObjectConnectionResult =
  | DataObjectConnection
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

DataObjectConnection object

The connection type for paginated lists of DataObject.

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

Returned By

dataObjects query

Member Of

AccessControl object ● AccessControlFilterGroup object ● DataObject object ● DataSource object ● WhatAbacRule object

Last updated

Was this helpful?