Skip to content

Commit

Permalink
Enable error objects returned in V2 format by default (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel-Datastax authored Nov 8, 2024
1 parent 5738a11 commit 93b2254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public interface OperationsConfig {
/**
* @return Flag to extend error response with additional information.
*/
@WithDefault("false")
@WithDefault("true")
boolean extendError();

/**
Expand Down

0 comments on commit 93b2254

Please sign in to comment.