Skip to content

Commit

Permalink
Rename field error_code to errorCode in ValidationErrorItem (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasse-it authored Feb 22, 2023
1 parent 3b0e70c commit 1a1b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export interface ValidationError {
export interface ValidationErrorItem {
path: string;
message: string;
error_code?: string;
errorCode?: string;
}

interface ErrorHeaders {
Expand Down

0 comments on commit 1a1b2cc

Please sign in to comment.