 | BlockCreationResultCreationResult Property |
[This is preliminary documentation and is subject to change.]
A human readable message of the creation/update blocks command result. Should be one of the following values:
- "block created" - a new block has been created
- "block enabled" - an existing, disabled, block has been enabled
- "block already enabled" - the block is already enabled and will not be updated)
- "block already exists but with different grape variety" - this block has not be created nor updated)
- "block already exists but is disabled" - this block has not be created nor updated)
- "Missing required block data type(s):" and a list block data types - this block has not be created nor updated
- "XXXXX is missing (id:YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY)" - where XXXXX is the block data type name and YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY its unique identifier
- "Invalid block data:" and a list of invalid data: - this block has not be created nor updated
- "'ZZZZZ' is not a valid literal value for XXXXX (id:YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY)" - where ZZZZZ is the value provided by the third party system, XXXXX is the block data type name and YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY its unique identifier
- "'ZZZZZ' is not a valid date time value for XXXXX (id:YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY)" - where ZZZZZ is the value provided by the third party system, XXXXX is the block data type name and YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY its unique identifier
- "'ZZZZZ' is not a valid numeric value for XXXXX (id:YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY)" - where ZZZZZ is the value provided by the third party system, XXXXX is the block data type name and YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY its unique identifier
- "'ZZZZZ' is not a valid true/false value for XXXXX (id:YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY)" - where ZZZZZ is the value provided by the third party system, XXXXX is the block data type name and YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY its unique identifier
- "'ZZZZZ' is not a valid value for XXXXX (id:YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY)" - where ZZZZZ is the value translated by the sytem based on the value provided by the third party system, XXXXX is the block data type name and YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY its unique identifier
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string CreationResult { get; set; }
Public Property CreationResult As String
Get
Set
Dim instance As BlockCreationResult
Dim value As String
value = instance.CreationResult
instance.CreationResult = value
function get CreationResult () : String
function set CreationResult (value : String)
function get_CreationResult();
function set_CreationResult(value);
Property Value
Type:
String
See Also