Skip to content

Commit 1a1b2cc

Browse files
author
Lasse Hyldahl Jensen
authored
Rename field error_code to errorCode in ValidationErrorItem (#819)
1 parent 3b0e70c commit 1a1b2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ export interface ValidationError {
558558
export interface ValidationErrorItem {
559559
path: string;
560560
message: string;
561-
error_code?: string;
561+
errorCode?: string;
562562
}
563563

564564
interface ErrorHeaders {

0 commit comments

Comments
 (0)