You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error code, which varies as per the case. It reflects or alerts user in case if there is any error while performing RateShop.
[optional]
message
str
This is the error message reflects to user, in case if the user miss or enters incorrect information while performing RateShop.
[optional]
Example
fromshipping.models.multipiece_rate_shop_response_errors_innerimportMultipieceRateShopResponseErrorsInner# TODO update the JSON string belowjson="{}"# create an instance of MultipieceRateShopResponseErrorsInner from a JSON stringmultipiece_rate_shop_response_errors_inner_instance=MultipieceRateShopResponseErrorsInner.from_json(json)
# print the JSON string representation of the objectprint(MultipieceRateShopResponseErrorsInner.to_json())
# convert the object into a dictmultipiece_rate_shop_response_errors_inner_dict=multipiece_rate_shop_response_errors_inner_instance.to_dict()
# create an instance of MultipieceRateShopResponseErrorsInner from a dictmultipiece_rate_shop_response_errors_inner_from_dict=MultipieceRateShopResponseErrorsInner.from_dict(multipiece_rate_shop_response_errors_inner_dict)