ory / ory/sdk

Why doesn't GetFlowError return something typed?

Open
#423 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
178
Forks
96
Avg merge
6d 23h
Merged PRs (30d)
3

Description

Preflight checklist
Ory Network Project

No response

Describe the bug

Image

Reproducing the bug
  • Call GetFlowError
  • Observe the return type is KratosFlowError
  • Observe KratosFlowError has 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.