Return IonQ failure code/error directly to user
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.1k
- Forks
- 456
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 165
Description
When a job submission to IonQ fails, we currently point the user to their IonQ account to actually return the error.
We need clarification on what any errors being returned from IonQ look like generally, then we can add an extra line of code for dumping the whole error code to the programmer.
For more context: https://github.com/NVIDIA/cuda-quantum/pull/429#discussion_r1265983785
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked pull request discussion and determine what failure codes or errors IonQ returns for unsuccessful job submissions. Done means the programmer receives the relevant IonQ error code or full error details directly instead of being directed to the IonQ account.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100