diff --git a/crates/json/src/json_to_move.rs b/crates/json/src/json_to_move.rs index 270f61fd..d99a3136 100644 --- a/crates/json/src/json_to_move.rs +++ b/crates/json/src/json_to_move.rs @@ -177,7 +177,7 @@ fn convert_json_value_to_move_value( if bigint.is_negative() { return Err(deserialization_error_with_msg( format!( - "failed to convert negative value {} to BigDecimal", + "BigDecimal conversion error: negative values are not supported, received: {}", bigint ) .as_str(),