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
There will be new error metadata in the Rigetti gRPC API; once available, this SDK should provide access to that metadata for all clients.
In Rust, distinct errors should be represented as enum variants (though they do not necessarily all need to be part of the same enum). We should additionally keep the existing variants for errors that are not part of the API, such as failure to establish a gRPC connection at all.
In Python, distinct errors should be represented as different Python Exception classes, corresponding 1:1 with the Rust enum variants.
The text was updated successfully, but these errors were encountered:
Note that any new errors defined for this task should also be usable by pyQuil users. If that entails new work in pyquil, a new ticket should be opened there.
There will be new error metadata in the Rigetti gRPC API; once available, this SDK should provide access to that metadata for all clients.
In Rust, distinct errors should be represented as enum variants (though they do not necessarily all need to be part of the same enum). We should additionally keep the existing variants for errors that are not part of the API, such as failure to establish a gRPC connection at all.
In Python, distinct errors should be represented as different Python Exception classes, corresponding 1:1 with the Rust enum variants.
The text was updated successfully, but these errors were encountered: