-
Notifications
You must be signed in to change notification settings - Fork 678
namespace & kind error check #2067
Copy link
Copy link
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi,
is there any way to add an error check based on namespace and/or kind for a query operation in datastore?
Right now If i specify a wrong namespace and/or kind the query ends with an null error.
It will be a great feature.
Thanks :),
Diego