stringify_parameters

Function stringify_parameters 

Source
pub fn stringify_parameters(error: SerializableError) -> SerializableError
Expand description

Re-serializes the parameters of a SerializableError in the legacy stringified format.

Scalar parameters will be converted to their string representations and composite parameters will be dropped.