PreviousNext
Help > Output Classes > LoadPlan Class > LoadPlan Class Properties > Status Property
Status Property

Applies To

WebService.LoadPlan

Description

Gets the status of the calculation. It contains a read friendly message from the calculation

Syntax

Property Status 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 was 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 was 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 expired. 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.

"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 was failed due to incorrect information in the shipment.

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

Data Type

string