When a CIF error is thrown, only the bare error message is thrown.
Example: Validation failed for shipment: 3XXXXX002981228.
With this PR, the description is added, so it's a bit easier to find out why the validation failed:
Example: Validation failed for shipment: 3XXXXX002981228 (Receiver street is required).
When a CIF error is thrown, only the bare error message is thrown. Example:
Validation failed for shipment: 3XXXXX002981228
.With this PR, the description is added, so it's a bit easier to find out why the validation failed: Example:
Validation failed for shipment: 3XXXXX002981228 (Receiver street is required)
.