DirectAccessResult
union DirectAccessResult =
| InvalidInputError
| NotFoundError
| PermissionDeniedErrorPossible types
InvalidInputError object
NotFoundError object
PermissionDeniedError object
Returned By
Last updated
Was this helpful?
No description
union DirectAccessResult =
| InvalidInputError
| NotFoundError
| PermissionDeniedErrorError when some of the input parameters in the request are not valid.
Error when the user is requesting a resource that does not exist.
Error when permission to the requested resource is denied.
addDirectAccess mutation ● removeDirectAccess mutation
Last updated
Was this helpful?
Was this helpful?