DataSourceResult
union DataSourceResult =
| AlreadyExistsError
| DataSource
| InvalidInputError
| NotFoundError
| PermissionDeniedErrorPossible types
AlreadyExistsError object
DataSource object
InvalidInputError object
NotFoundError object
PermissionDeniedError object
Returned By
Member Of
Last updated
Was this helpful?