|
|
|
|
|
- Properties specific to sfError variables
sfError (Variable type) In french: sfErreur
The sfError type is used to find out the characteristics of an error returned by Salesforce. The characteristics of these errors are returned by several WLanguage properties. This type of variable is used by the following types of variables: Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. Properties Properties specific to sfError variables The following properties can be used to handle a Salesforce error: | | | Property name | Type used | Effect |
---|
ErrorCode | Character string | Error code. This code is used to identify the error that occurred. For more details, see the documentation of Salesforce API (keyword: StatusCode). This property is read-only. | Message | Character string | Error message. This property is read-only. | Item | Character string | List of items affected by the error. The names of items are separated by CR characters (Carriage Return). This property is read-only. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|