You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
As golang developer I would like to easily catch situations when resource not found or multiple resources with that name are occuring.
But in current code, there are no specific error types are defined.
Use case
Easy catching and unwrapping specific errors which emits in all ByName() functions.
Interface Changes
Golang API
Additional Context
Will provide this fix soon by myself. It wolud be nice to target this enhance,ent to the latest 6.x release if possible.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
dmvolod
changed the title
[GOCA] Add typed and exportable errors for not found and multiple resources
[GOCA] Add typed and exportable errors for not found and multiple resources found
Dec 28, 2024
Description
As golang developer I would like to easily catch situations when resource not found or multiple resources with that name are occuring.
But in current code, there are no specific error types are defined.
Use case
Easy catching and unwrapping specific errors which emits in all
ByName()
functions.Interface Changes
Golang API
Additional Context
Will provide this fix soon by myself. It wolud be nice to target this enhance,ent to the latest 6.x release if possible.
Progress Status
The text was updated successfully, but these errors were encountered: