Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: openapi add argument_index and argument_name to EvaluationErrorDto #85

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

Vivien-marble
Copy link
Contributor

Evaluation error now have optional argumentIndex and argumentError

Match this PR in the backend

export interface EvaluationError {
  error: EvaluationErrorCode;
  message: string;
  argumentIndex?: number;
  argumentName?: string;
}

@Vivien-marble Vivien-marble force-pushed the vivien/validation-error-argument branch from 5b982ad to a3155f5 Compare August 25, 2023 10:56
@Vivien-marble Vivien-marble merged commit 054ae48 into main Aug 25, 2023
1 check passed
@Vivien-marble Vivien-marble deleted the vivien/validation-error-argument branch August 25, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants