Why doesn't GetFlowError return something typed?
Open
Nobody has claimed this yet.
bug
- Dominant language
- PHP
- Stars
- 178
- Forks
- 96
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
Reproducing the bug
- Call
GetFlowError - Observe the return type is
KratosFlowError - Observe
KratosFlowErrorhas no useful properties
Relevant log output
Relevant configuration
Version
<PackageReference Include="Ory.Kratos.Client" Version="1.3.8"/>
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
None
Additional Context
No response
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 locating the GetFlowError entry point and the KratosFlowError type in the Ory.Kratos.Client package at version 1.3.8. Check how the method's return type is generated and whether the type exposes the error data shown by the API. Done means confirming the cause and making the returned error information usable as a typed client result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100