PreviousNext
Help > Schema > Load > Message Property
Message Property

Applies To

API.Load

Description

Gets the message of the calculation. It contains a human friendly message from the calculation.

Syntax

Property Message As string

Remarks

The following are typical messages.

“Unable to login with the given account. The company ‘[COMPANY_NAME]’ is not found.” means the login failed because the [COMPANY_NAME] is not found in the account database.

"Unable to login with the given account. The user '[USER_ID]’ is not found." means the login failed because the [USER_ID] is not found in the account database.

"Your account expired." means the login was successful but the account is no longer valid due to expiration. You need to extend or activate the subscription.

"No account information provided." means the account Class passed through the web service is NULL or empty.

"The shipment is not defined." means the shipment Class passed through the web service is NULL or empty.

"No shipment provided." means the shipment Class passed through the web service is NULL or empty.

"Failed to calculate due to incorrect shipment information." means the calculation failed due to incorrect information in the shipment.

"OK" means everything is OK. The calculation was successful without any errors.

Data Type

string