DataErrorValue Properties TIBCO Spotfire 6.0 API Reference
The DataErrorValue type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberDefaultErrorObsolete.
Gets a default error which can be used when no detailed information about an error is available.
Public propertyErrorCodeObsolete.
Gets the error code. The possible error codes are those defined in the DataErrorCodes enumeration.
Public propertyErrorMessageObsolete.
Gets the error message. This is a string describing why the value is invalid.
Public propertyLocalizedErrorMessageObsolete.
Gets the localized error message. This is a localized version of the string describing why the value is invalid.
Back to Top
See Also